pull/12/head
dmitry kirdyashkin 2024-08-22 19:35:45 +03:00
parent d9a199f693
commit 5cbbfadfe9
483 changed files with 12040 additions and 2285 deletions

32
CHANGELOG.md 100644
View File

@ -0,0 +1,32 @@
## v2.1.1.0
* добавлены оружие и броня +1
## v2.1.0.2
* удалены редко используемые предметы
## v2.1.0.1
* удалены ненужные флаги
## v2.1.0.0
* все старые предметы заменены новыми
## v2.0.0.4
* исправлено форматирование карточек предметов
* удалено описание предмета из поля `system.description.chat`
## v2.0.0.3
* удален класс монах из БД снаряжения
* для чешуйчатого и стёганого доспеха добавлено свойство помеха ловкости
## v2.0.0.2
* предметы разбиты по папкам
## v2.0.0.1
* исправлен путь к БД в `packs.path`
* тест конвертирования папок
## v2.0.0.0
* переход с nedb на leveldb
* удален ключ styles из `module.json.template`
* из репозитория удалены каталоги `styles`, `images`, `packs`
## v1.2.29.4
## v1.2.29.3
* исправлены ссылки на заклинания
## v1.2.29.2
* подтвержденная версия fvtt увеличена до 12
* максимальная версия fvtt увеличена до 12
* минимальная версия fvtt увеличена до 11
## v1.2.29.1
* добавлен перевод артефакта Рука Векны

View File

@ -1,32 +1,2 @@
[![Build Status](https://droneci.kdiva.ru/api/badges/modules/sc-items/status.svg)](https://droneci.kdiva.ru/modules/sc-items)
# Снаряжение
## v2.1.0.2
* удалены редко используемые предметы
## v2.1.0.1
* удалены ненужные флаги
## v2.1.0.0
* все старые предметы заменены новыми
## v2.0.0.4
* исправлено форматирование карточек предметов
* удалено описание предмета из поля `system.description.chat`
## v2.0.0.3
* удален класс монах из БД снаряжения
* для чешуйчатого и стёганого доспеха добавлено свойство помеха ловкости
## v2.0.0.2
* предметы разбиты по папкам
## v2.0.0.1
* исправлен путь к БД в `packs.path`
* тест конвертирования папок
## v2.0.0.0
* переход с nedb на leveldb
* удален ключ styles из `module.json.template`
* из репозитория удалены каталоги `styles`, `images`, `packs`
## v1.2.29.4
## v1.2.29.3
* исправлены ссылки на заклинания
## v1.2.29.2
* подтвержденная версия fvtt увеличена до 12
* максимальная версия fvtt увеличена до 12
* минимальная версия fvtt увеличена до 11
## v1.2.29.1
* добавлен перевод артефакта Рука Векны

View File

@ -0,0 +1,135 @@
{
"_id": "GzFlXLTMOK9ISzZc",
"name": "+1 Arrow",
"type": "consumable",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "150",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this piece of magic ammunition. Once it hits a target, the ammunition is no longer magical.</p></div>",
"chat": ""
},
"quantity": 1,
"weight": {
"value": 0.05,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"equipped": false,
"identified": false,
"rarity": "uncommon",
"type": {
"value": "ammo",
"subtype": "arrow"
},
"ability": null,
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"autoDestroy": false,
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "1",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [
[
"+1",
null
]
],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"magicalBonus": null
},
"img": "icons/weapons/ammunition/arrow-head-war-flight.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20arrow_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!GzFlXLTMOK9ISzZc"
}

View File

@ -0,0 +1,145 @@
{
"_id": "BnP81k0lfbREov3q",
"name": "+1 Battleaxe",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 4,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "battleaxe"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"slashing"
]
],
"versatile": "1d10+1+@mod"
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"ver"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/axes/axe-double-blue.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20battleaxe_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!BnP81k0lfbREov3q"
}

View File

@ -0,0 +1,135 @@
{
"_id": "epwQYFr3KYJ4Lxt4",
"name": "+1 Blowgun Needle",
"type": "consumable",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "150",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this piece of magic ammunition. Once it hits a target, the ammunition is no longer magical.</p></div>",
"chat": ""
},
"quantity": 1,
"weight": {
"value": 0.02,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"equipped": false,
"identified": false,
"rarity": "uncommon",
"type": {
"value": "ammo",
"subtype": "blowgunNeedle"
},
"ability": null,
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"autoDestroy": false,
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "1",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [
[
"+1",
null
]
],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"magicalBonus": null
},
"img": "icons/weapons/thrown/dart-feathered.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20blowgun%20needle_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!epwQYFr3KYJ4Lxt4"
}

View File

@ -0,0 +1,146 @@
{
"_id": "2yhmhKqw3ka1x56M",
"name": "+1 Blowgun",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 1,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialR",
"baseItem": "blowgun"
},
"damage": {
"parts": [
[
"1+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 25,
"long": 100,
"units": "ft"
},
"ability": "dex",
"properties": [
"amm",
"lod",
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "ammo",
"target": "",
"amount": 1,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/guns/gun-worn-gold.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20blowgun_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!2yhmhKqw3ka1x56M"
}

View File

@ -0,0 +1,151 @@
{
"_id": "1MLlNYVCVmi6Fwsz",
"name": "+1 Breastplate",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>This armor consists of a fitted metal chest piece worn with supple leather. Although it leaves the legs and arms relatively unprotected, this armor provides good protection for the wearer's vital organs while leaving the wearer relatively unencumbered.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 20,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "medium",
"baseItem": "breastplate"
},
"ability": null,
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 14,
"dex": 2,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Этот доспех состоит из подогнанного металлического панциря, носимого с подкладкой из кожи. Несмотря на то, что руки и ноги остаются практически без защиты, этот доспех хорошо защищает жизненно важные органы, оставляя владельцу относительную подвижность.</p>",
"name": "Нагрудник (Кираса) (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-collared-steel.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20breastplate_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015440094,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!1MLlNYVCVmi6Fwsz"
}

View File

@ -0,0 +1,152 @@
{
"_id": "aUUJdYqsS7gJZmlI",
"name": "+1 Chain Mail",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>Made of interlocking metal rings, chain mail includes a layer of quilted fabric worn underneath the mail to prevent chafing and to cushion the impact of blows. The suit includes gauntlets.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 55,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "heavy",
"baseItem": "chainmail"
},
"ability": null,
"properties": [
"mgc",
"stealthDisadvantage"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 16,
"dex": 0,
"magicalBonus": 1
},
"strength": 13,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Изготовленная из переплетающихся металлических колец кольчуга включает также слой стёганой ткани, надеваемой под низ, дабы предотвратить натирание и смягчать удары. В комплект входят рукавицы.</p>",
"name": "Кольчуга (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/commodities/metal/mail-chain-steel.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20chain%20mail_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015454055,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!aUUJdYqsS7gJZmlI"
}

View File

@ -0,0 +1,151 @@
{
"_id": "sv1KvgTzfQtgCr4d",
"name": "+1 Chain Shirt",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>Made of interlocking metal rings, a chain shirt is worn between layers of clothing or leather. This armor offers modest protection to the wearer's upper body and allows the sound of the rings rubbing against one another to be muffled by outer layers.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 20,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "medium",
"baseItem": "chainshirt"
},
"ability": null,
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 13,
"dex": 2,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Сделанная из переплетённых металлических колец кольчужная рубаха носится между слоями одежды или кожи. Этот доспех предоставляет умеренную защиту торса и заглушает звон колец внешним покрытием.</p>",
"name": "Кольчужная рубаха (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/commodities/metal/mail-chain-steel.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20chain%20shirt_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015460613,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!sv1KvgTzfQtgCr4d"
}

View File

@ -0,0 +1,145 @@
{
"_id": "SdxIzRC58omqBhPo",
"name": "+1 Club",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "club"
},
"damage": {
"parts": [
[
"1d4+1+@mod",
"bludgeoning"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"lgt",
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/clubs/club-heavy-barbed-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20club_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!SdxIzRC58omqBhPo"
}

View File

@ -0,0 +1,135 @@
{
"_id": "KIEbT3aNADJaHLYX",
"name": "+1 Crossbow Bolt",
"type": "consumable",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "150",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this piece of magic ammunition. Once it hits a target, the ammunition is no longer magical.</p></div>",
"chat": ""
},
"quantity": 1,
"weight": {
"value": 0.075,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"equipped": false,
"identified": false,
"rarity": "uncommon",
"type": {
"value": "ammo",
"subtype": "crossbowBolt"
},
"ability": null,
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"autoDestroy": false,
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "1",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [
[
"+1",
null
]
],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"magicalBonus": null
},
"img": "icons/skills/ranged/arrows-flying-salvo-blue.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20crossbow%20bolt_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!KIEbT3aNADJaHLYX"
}

View File

@ -0,0 +1,147 @@
{
"_id": "bmwB7RxRX9v1n4CZ",
"name": "+1 Dagger",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 1,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "dagger"
},
"damage": {
"parts": [
[
"1d4+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 20,
"long": 60,
"units": "ft"
},
"ability": "dex",
"properties": [
"fin",
"lgt",
"mgc",
"thr"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/daggers/dagger-simple-violet.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20dagger_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!bmwB7RxRX9v1n4CZ"
}

View File

@ -0,0 +1,146 @@
{
"_id": "mnbwkNLEZfl2AZin",
"name": "+1 Dart",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 0.25,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleR",
"baseItem": "dart"
},
"damage": {
"parts": [
[
"1d4+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 20,
"long": 60,
"units": "ft"
},
"ability": "dex",
"properties": [
"fin",
"mgc",
"thr"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/thrown/dart-feathered.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20dart_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!mnbwkNLEZfl2AZin"
}

View File

@ -0,0 +1,146 @@
{
"_id": "klgn83h5nnPKARHa",
"name": "+1 Double-Bladed Scimitar",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p><div class=\"rd__b rd__b--3\"><span class=\"rd__h rd__h--3\" data-title-index=\"1\"> <span class=\"entry-title-inner\">Special.</span></span> <p>If you attack with a double-bladed scimitar as part of the @action[Attack] action on your turn, you can use a bonus action immediately after to make a melee attack with it. This attack deals [[/r 1d4]] slashing damage on a hit, instead of [[/r 2d4]].</p><div class=\"rd__spc-inline-post\"></div></div></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 6,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": ""
},
"damage": {
"parts": [
[
"2d4+1+@mod",
"slashing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"spc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/daggers/dagger-simple-blue.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20double-bladed%20scimitar_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!klgn83h5nnPKARHa"
}

View File

@ -0,0 +1,144 @@
{
"_id": "6Br8CmGnjEJKc2Zw",
"name": "+1 Flail",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "flail"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"bludgeoning"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/maces/flail-cube-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20flail_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!6Br8CmGnjEJKc2Zw"
}

View File

@ -0,0 +1,147 @@
{
"_id": "3EEgaeATyriEccK3",
"name": "+1 Glaive",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 6,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "glaive"
},
"damage": {
"parts": [
[
"1d10+1+@mod",
"slashing"
]
],
"versatile": ""
},
"range": {
"value": 10,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"hvy",
"mgc",
"rch",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/polearms/halberd-crescent-glowing.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20glaive_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!3EEgaeATyriEccK3"
}

View File

@ -0,0 +1,146 @@
{
"_id": "Ymlb94kKGybrCB5H",
"name": "+1 Greataxe",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 7,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "greataxe"
},
"damage": {
"parts": [
[
"1d12+1+@mod",
"slashing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"hvy",
"mgc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/axes/axe-double-engraved-black.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20greataxe_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!Ymlb94kKGybrCB5H"
}

View File

@ -0,0 +1,145 @@
{
"_id": "N23MUnAcXHPphEFi",
"name": "+1 Greatclub",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 10,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "greatclub"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"bludgeoning"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/maces/mace-skull-ram.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20greatclub_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!N23MUnAcXHPphEFi"
}

View File

@ -0,0 +1,146 @@
{
"_id": "4yXfJCcdMXX018gm",
"name": "+1 Greatsword",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 6,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "greatsword"
},
"damage": {
"parts": [
[
"2d6+1+@mod",
"slashing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"hvy",
"mgc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/swords/greatsword-crossguard-flanged-purple.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20greatsword_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!4yXfJCcdMXX018gm"
}

View File

@ -0,0 +1,147 @@
{
"_id": "QVwWyfD7miUOd8pR",
"name": "+1 Halberd",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 6,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "halberd"
},
"damage": {
"parts": [
[
"1d10+1+@mod",
"slashing"
]
],
"versatile": ""
},
"range": {
"value": 10,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"hvy",
"mgc",
"rch",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/polearms/halberd-crescent-engraved.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20halberd_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!QVwWyfD7miUOd8pR"
}

View File

@ -0,0 +1,152 @@
{
"_id": "02q6131DN8ReC447",
"name": "+1 Half Plate Armor",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>Half plate consists of shaped metal plates that cover most of the wearer's body. It does not include leg protection beyond simple greaves that are attached with leather straps.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 40,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "medium",
"baseItem": "halfplate"
},
"ability": null,
"properties": [
"mgc",
"stealthDisadvantage"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 15,
"dex": 2,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Полулаты состоят из сформированных металлических пластин, покрывающих большую часть тела владельца. В них не входит защита для ног кроме простых поножей, закреплённых кожаными ремнями.</p>",
"name": "Полулаты (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-banded-steel-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20half%20plate%20armor_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015467716,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!02q6131DN8ReC447"
}

View File

@ -0,0 +1,147 @@
{
"_id": "yArx2cI94YaVM6mh",
"name": "+1 Hand Crossbow",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 3,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialR",
"baseItem": "handcrossbow"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 30,
"long": 120,
"units": "ft"
},
"ability": "dex",
"properties": [
"amm",
"lgt",
"lod",
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "ammo",
"target": "",
"amount": 1,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/crossbows/handcrossbow-black.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20hand%20crossbow_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!yArx2cI94YaVM6mh"
}

View File

@ -0,0 +1,146 @@
{
"_id": "rtslGXytuXDVIdeo",
"name": "+1 Handaxe",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "handaxe"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"slashing"
]
],
"versatile": ""
},
"range": {
"value": 20,
"long": 60,
"units": "ft"
},
"ability": "str",
"properties": [
"lgt",
"mgc",
"thr"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/axes/shortaxe-yellow.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20handaxe_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!rtslGXytuXDVIdeo"
}

View File

@ -0,0 +1,148 @@
{
"_id": "nCue636jQbh4xv4r",
"name": "+1 Heavy Crossbow",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 18,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialR",
"baseItem": "heavycrossbow"
},
"damage": {
"parts": [
[
"1d10+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 100,
"long": 400,
"units": "ft"
},
"ability": "dex",
"properties": [
"amm",
"hvy",
"lod",
"mgc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "ammo",
"target": "",
"amount": 1,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/crossbows/crossbow-heavy-black.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20heavy%20crossbow_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!nCue636jQbh4xv4r"
}

View File

@ -0,0 +1,151 @@
{
"_id": "Lc9K6a1x4AZQrHb8",
"name": "+1 Hide Armor",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>This crude armor consists of thick furs and pelts. It is commonly worn by barbarian tribes, evil humanoids, and other folk who lack access to the tools and materials needed to create better armor.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 12,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "medium",
"baseItem": "hide"
},
"ability": null,
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 12,
"dex": 2,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Этот грубый доспех состоит из толстых мехов и шкур. Обычно их носят племена варваров, злые гуманоиды и прочие народы, у которых нет инструментов и материалов для создания более качественных доспехов.</p>",
"name": "Шкурный доспех (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-banded-steel-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20hide%20armor_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015538623,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!Lc9K6a1x4AZQrHb8"
}

View File

@ -0,0 +1,145 @@
{
"_id": "E4JKtqcjR0uNbZEN",
"name": "+1 Hooked Shortspear",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p><p>On a hit with this weapon, the wielder can forgo dealing damage and attempt to trip the target, in which case the target must succeed on a Strength saving throw or fall &amp;Reference[condition=prone]. The DC is 8 + the wielder's Strength modifier + the wielder's proficiency bonus.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": ""
},
"damage": {
"parts": [
[
"1d4+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"lgt",
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/swords/greatsword-crossguard-curved.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20hooked%20shortspear_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!E4JKtqcjR0uNbZEN"
}

View File

@ -0,0 +1,148 @@
{
"_id": "XXoSnkyaiBKMqgOM",
"name": "+1 Hoopak",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p><p>A hoopak is a sturdy stick with a sling at one end and a pointed tip at the other.</p><div class=\"rd__b rd__b--3\"><span class=\"rd__h rd__h--3\" data-title-index=\"1\"> <span class=\"entry-title-inner\">Special.</span></span> <p>When you make a melee attack with this weapon, you ignore its ammunition property. You can use the hoopak as a martial ranged weapon. If you do, it uses the ammunition property, uses sling bullets, and deals [[/damage 1d4 type=bludgeoning]] damage on a hit.</p><div class=\"rd__spc-inline-post\"></div></div></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": ""
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 40,
"long": 160,
"units": "ft"
},
"ability": "dex",
"properties": [
"amm",
"fin",
"mgc",
"spc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "ammo",
"target": "",
"amount": 1,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/swords/greatsword-crossguard-curved.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20hoopak_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!XXoSnkyaiBKMqgOM"
}

View File

@ -0,0 +1,145 @@
{
"_id": "F7ZoxXUbu7Hjz1p2",
"name": "+1 Javelin",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "javelin"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 30,
"long": 120,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"thr"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/polearms/javelin-simple.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20javelin_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!F7ZoxXUbu7Hjz1p2"
}

View File

@ -0,0 +1,146 @@
{
"_id": "a6cBCKvYI8xZrkwh",
"name": "+1 Lance",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p><div class=\"rd__b rd__b--3\"><span class=\"rd__h rd__h--3\" data-title-index=\"1\"> <span class=\"entry-title-inner\">Special.</span></span> <p>You have disadvantage when you use a lance to attack a target within 5 feet of you. Also, a lance requires two hands to wield when you aren't mounted.</p><div class=\"rd__spc-inline-post\"></div></div></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 6,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "lance"
},
"damage": {
"parts": [
[
"1d12+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 10,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"rch",
"spc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/polearms/spear-simple-engraved.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20lance_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!a6cBCKvYI8xZrkwh"
}

View File

@ -0,0 +1,151 @@
{
"_id": "k2t0i75jK6gy00ml",
"name": "+1 Leather Armor",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>The breastplate and shoulder protectors of this armor are made of leather that has been stiffened by being boiled in oil. The rest of the armor is made of softer and more flexible materials.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 10,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "light",
"baseItem": "leather"
},
"ability": null,
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 11,
"dex": null,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Нагрудник и плечи этого доспеха изготовлены из кожи, вываренной в масле. Остальные части доспеха сделаны из более мягких и гибких материалов.</p>",
"name": "Кожаный доспех (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-banded-steel-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20leather%20armor_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015533477,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!k2t0i75jK6gy00ml"
}

View File

@ -0,0 +1,147 @@
{
"_id": "gQyfg38TI7L3mB4a",
"name": "+1 Light Crossbow",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 5,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleR",
"baseItem": "lightcrossbow"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 80,
"long": 320,
"units": "ft"
},
"ability": "dex",
"properties": [
"amm",
"lod",
"mgc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "ammo",
"target": "",
"amount": 1,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/crossbows/crossbow-ornamental-black.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20light%20crossbow_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!gQyfg38TI7L3mB4a"
}

View File

@ -0,0 +1,146 @@
{
"_id": "FLIDlIykYmIpnTJj",
"name": "+1 Light Hammer",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "lighthammer"
},
"damage": {
"parts": [
[
"1d4+1+@mod",
"bludgeoning"
]
],
"versatile": ""
},
"range": {
"value": 20,
"long": 60,
"units": "ft"
},
"ability": "str",
"properties": [
"lgt",
"mgc",
"thr"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/hammers/shorthammer-double-stone.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20light%20hammer_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!FLIDlIykYmIpnTJj"
}

View File

@ -0,0 +1,146 @@
{
"_id": "nCMK411BmzYu6rr1",
"name": "+1 Light Repeating Crossbow",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p><p>This crossbow is fitted with a cartridge that can hold up to six crossbow bolts. It automatically reloads after firing until the cartridge runs out of ammunition. Reloading the cartridge takes an action.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 5,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleR",
"baseItem": ""
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 40,
"long": 160,
"units": "ft"
},
"ability": "dex",
"properties": [
"amm",
"mgc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "ammo",
"target": "",
"amount": 1,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/swords/greatsword-crossguard-curved.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20light%20repeating%20crossbow_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!nCMK411BmzYu6rr1"
}

View File

@ -0,0 +1,147 @@
{
"_id": "22PCCwHReF0Ijvf1",
"name": "+1 Longbow",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialR",
"baseItem": "longbow"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 150,
"long": 600,
"units": "ft"
},
"ability": "dex",
"properties": [
"amm",
"hvy",
"mgc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "ammo",
"target": "",
"amount": 1,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/bows/longbow-recurve-leather-brown.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20longbow_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!22PCCwHReF0Ijvf1"
}

View File

@ -0,0 +1,145 @@
{
"_id": "xsQ7ssl8GsGy6wWR",
"name": "+1 Longsword",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 3,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "longsword"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"slashing"
]
],
"versatile": "1d10+1+@mod"
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"ver"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/swords/sword-guard-purple.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20longsword_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!xsQ7ssl8GsGy6wWR"
}

View File

@ -0,0 +1,144 @@
{
"_id": "ovMruL2ez3XZJ0Vo",
"name": "+1 Mace",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 4,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "mace"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"bludgeoning"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/maces/mace-round-ornate-purple.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20mace_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!ovMruL2ez3XZJ0Vo"
}

View File

@ -0,0 +1,146 @@
{
"_id": "lUPVrpdUZUtYQQ1m",
"name": "+1 Maul",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 10,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "maul"
},
"damage": {
"parts": [
[
"2d6+1+@mod",
"bludgeoning"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"hvy",
"mgc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/hammers/hammer-double-engraved-ruby.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20maul_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!lUPVrpdUZUtYQQ1m"
}

View File

@ -0,0 +1,144 @@
{
"_id": "RdvRsR4TQ2lPk9KJ",
"name": "+1 Morningstar",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 4,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "morningstar"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/maces/mace-round-spiked-black.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20morningstar_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!RdvRsR4TQ2lPk9KJ"
}

View File

@ -0,0 +1,152 @@
{
"_id": "wqTCYlP493E5BOTm",
"name": "+1 Padded Armor",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>Padded armor consists of quilted layers of cloth and batting.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 8,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "light",
"baseItem": "padded"
},
"ability": null,
"properties": [
"mgc",
"stealthDisadvantage"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 11,
"dex": null,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Изготовленные из прошитых слоев ткани и ватина, стёганые доспехи легкие и дешёвые, но не очень прочны.</p>",
"name": "Стёганый доспех (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-banded-steel-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20padded%20armor_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015528004,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!wqTCYlP493E5BOTm"
}

View File

@ -0,0 +1,147 @@
{
"_id": "roddLJD5eP6QYUlc",
"name": "+1 Pike",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 18,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "pike"
},
"damage": {
"parts": [
[
"1d10+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 10,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"hvy",
"mgc",
"rch",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/polearms/pike-flared-brown.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20pike_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!roddLJD5eP6QYUlc"
}

View File

@ -0,0 +1,152 @@
{
"_id": "YGCvJlHr5HKC031v",
"name": "+1 Plate Armor",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>Plate consists of shaped, interlocking metal plates to cover the entire body. A suit of plate includes gauntlets, heavy leather boots, a visored helmet, and thick layers of padding underneath the armor. Buckles and straps distribute the weight over the body.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 65,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "heavy",
"baseItem": "plate"
},
"ability": null,
"properties": [
"mgc",
"stealthDisadvantage"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 18,
"dex": 0,
"magicalBonus": 1
},
"strength": 15,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Состоит из кованых металлических пластин, сцепленных друг с другом и покрывающих всё тело. В латный доспех входят рукавицы, тяжёлые кожаные сапоги, шлем с забралом и толстый поддоспешник. Пряжки и ремни позволяют распределить вес по всему телу.</p>",
"name": "Латы (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-banded-steel-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20plate%20armor_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015521725,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!YGCvJlHr5HKC031v"
}

View File

@ -0,0 +1,145 @@
{
"_id": "mE9JsTXyAUtWWrFS",
"name": "+1 Quarterstaff",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 4,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "quarterstaff"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"bludgeoning"
]
],
"versatile": "1d8+1+@mod"
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"ver"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/staves/staff-simple.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20quarterstaff_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!mE9JsTXyAUtWWrFS"
}

View File

@ -0,0 +1,145 @@
{
"_id": "xxFutOeUeKi9ghkO",
"name": "+1 Rapier",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "rapier"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "dex",
"properties": [
"fin",
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/swords/greatsword-crossguard-steel.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20rapier_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!xxFutOeUeKi9ghkO"
}

View File

@ -0,0 +1,152 @@
{
"_id": "x6Dvgi8NeLzW9d8j",
"name": "+1 Ring Mail",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>This armor is leather armor with heavy rings sewn into it. The rings help reinforce the armor against blows from swords and axes. Ring mail is inferior to chain mail, and it's usually worn only by those who can't afford better armor.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 40,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "heavy",
"baseItem": "ringmail"
},
"ability": null,
"properties": [
"mgc",
"stealthDisadvantage"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 14,
"dex": 0,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Это кожаный доспех с нашитыми на него толстыми кольцами. Эти кольца усиливают доспех от ударов мечей и топоров. Колечный доспех хуже кольчуги, и обычно его носят только те, кто не могут позволить себе доспех получше.</p>",
"name": "Колечный доспех (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/commodities/leather/ring-leather.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20ring%20mail_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015515785,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!x6Dvgi8NeLzW9d8j"
}

View File

@ -0,0 +1,152 @@
{
"_id": "sgnasX2dJsRT4vUP",
"name": "+1 Scale Mail",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>This armor consists of a coat and leggings (and perhaps a separate skirt) of leather covered with overlapping pieces of metal, much like the scales of a fish. The suit includes gauntlets.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 45,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "medium",
"baseItem": "scalemail"
},
"ability": null,
"properties": [
"mgc",
"stealthDisadvantage"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 14,
"dex": 2,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Этот доспех состоит из кожаных куртки и поножей (а также, возможно, отдельной юбки), покрытых перекрывающимися кусочками металла, похожими на рыбную чешую. В комплект входят рукавицы.</p>",
"name": "Чешуйчатый доспех (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-scale-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20scale%20mail_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015510769,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!sgnasX2dJsRT4vUP"
}

View File

@ -0,0 +1,146 @@
{
"_id": "1vGcxc2JbGYglca3",
"name": "+1 Scimitar",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 3,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "scimitar"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"slashing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "dex",
"properties": [
"fin",
"lgt",
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/swords/scimitar-guard-gold.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20scimitar_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!1vGcxc2JbGYglca3"
}

View File

@ -0,0 +1,146 @@
{
"_id": "FKQ1gdY49ILL7Ez7",
"name": "+1 Shortbow",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleR",
"baseItem": "shortbow"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 80,
"long": 320,
"units": "ft"
},
"ability": "dex",
"properties": [
"amm",
"mgc",
"two"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "ammo",
"target": "",
"amount": 1,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/bows/shortbow-recurve-leather.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20shortbow_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!FKQ1gdY49ILL7Ez7"
}

View File

@ -0,0 +1,146 @@
{
"_id": "gIZ12El8VO4eCPnQ",
"name": "+1 Shortsword",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "shortsword"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "dex",
"properties": [
"fin",
"lgt",
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/swords/shortsword-guard-gold.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20shortsword_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!gIZ12El8VO4eCPnQ"
}

View File

@ -0,0 +1,145 @@
{
"_id": "1PF5eH3WGZ6RxFln",
"name": "+1 Sickle",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "sickle"
},
"damage": {
"parts": [
[
"1d4+1+@mod",
"slashing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"lgt",
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/sickles/sickle-blue-purple.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20sickle_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!1PF5eH3WGZ6RxFln"
}

View File

@ -0,0 +1,135 @@
{
"_id": "o5IaeaFYZgypkBPq",
"name": "+1 Sling Bullet",
"type": "consumable",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "150",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this piece of magic ammunition. Once it hits a target, the ammunition is no longer magical.</p></div>",
"chat": ""
},
"quantity": 1,
"weight": {
"value": 0.075,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"equipped": false,
"identified": false,
"rarity": "uncommon",
"type": {
"value": "ammo",
"subtype": "slingBullet"
},
"ability": null,
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"autoDestroy": false,
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "1",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [
[
"+1",
null
]
],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"magicalBonus": null
},
"img": "icons/weapons/ammunition/shot-round-silver.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20sling%20bullet_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!o5IaeaFYZgypkBPq"
}

View File

@ -0,0 +1,145 @@
{
"_id": "sfI6z3ChF2LTveq7",
"name": "+1 Sling",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 0,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleR",
"baseItem": "sling"
},
"damage": {
"parts": [
[
"1d4+1+@mod",
"bludgeoning"
]
],
"versatile": ""
},
"range": {
"value": 30,
"long": 120,
"units": "ft"
},
"ability": "dex",
"properties": [
"amm",
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "rwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "ammo",
"target": "",
"amount": 1,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/slings/slingshot-wood.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20sling_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!sfI6z3ChF2LTveq7"
}

View File

@ -0,0 +1,146 @@
{
"_id": "ccRhxsToTkOpcB1q",
"name": "+1 Spear",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 3,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": "spear"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"piercing"
]
],
"versatile": "1d8+1+@mod"
},
"range": {
"value": 20,
"long": 60,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"thr",
"ver"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/polearms/spear-flared-purple.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20spear_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!ccRhxsToTkOpcB1q"
}

View File

@ -0,0 +1,152 @@
{
"_id": "jDfZ9FW7AwsHtOSv",
"name": "+1 Spiked Armor",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>Spiked armor is a rare type of medium armor made by dwarves. It consists of a leather coat and leggings covered with spikes that are usually made of metal.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 45,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "medium",
"baseItem": ""
},
"ability": null,
"properties": [
"mgc",
"stealthDisadvantage"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 14,
"dex": 2,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "",
"name": "Снаряжение (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-banded-steel-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20spiked%20armor_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015505175,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!jDfZ9FW7AwsHtOSv"
}

View File

@ -0,0 +1,152 @@
{
"_id": "yi8lyUHmQwA2MVBQ",
"name": "+1 Splint Armor",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>This armor is made of narrow vertical strips of metal riveted to a backing of leather that is worn over cloth padding. Flexible chain mail protects the joints.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 60,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "heavy",
"baseItem": "splint"
},
"ability": null,
"properties": [
"mgc",
"stealthDisadvantage"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 17,
"dex": 0,
"magicalBonus": 1
},
"strength": 15,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Этот доспех состоит из узких вертикальных металлических пластин, приклёпанных к кожаной подложке, носимой поверх слоя ватина. Соединения защищаются кольчужным полотном.</p>",
"name": "Наборный доспех (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-banded-steel-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20splint%20armor_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015499426,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!yi8lyUHmQwA2MVBQ"
}

View File

@ -0,0 +1,151 @@
{
"_id": "m5OTTzjzTOZUj7xI",
"name": "+1 Studded Leather Armor",
"type": "equipment",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "152",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to AC while wearing this armor.</p><p>Made from tough but flexible leather, studded leather is reinforced with close-set rivets or spikes.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 13,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "rare",
"type": {
"value": "light",
"baseItem": "studded"
},
"ability": null,
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "",
"cost": 0,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "",
"attack": {
"bonus": "",
"flat": false
},
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"armor": {
"value": 12,
"dex": null,
"magicalBonus": 1
},
"strength": null,
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"speed": {
"value": null,
"conditions": ""
},
"unidentified": {
"description": "<p>Изготовленный из крепкой, но гибкой кожи проклёпанный доспех усилен тесно расположенными шипами или заклёпками.</p>",
"name": "Доспех, проклёпанная кожа (неопознанный)"
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null
},
"img": "icons/equipment/chest/breastplate-banded-steel-grey.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20studded%20leather%20armor_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1724015490765,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!m5OTTzjzTOZUj7xI"
}

View File

@ -0,0 +1,146 @@
{
"_id": "VTBI2dzYWPReQB93",
"name": "+1 Trident",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 4,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "trident"
},
"damage": {
"parts": [
[
"1d6+1+@mod",
"piercing"
]
],
"versatile": "1d8+1+@mod"
},
"range": {
"value": 20,
"long": 60,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"thr",
"ver"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/polearms/trident-silver-blue.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20trident_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!VTBI2dzYWPReQB93"
}

View File

@ -0,0 +1,144 @@
{
"_id": "tXeIymP9ZrI2pp7Z",
"name": "+1 War Pick",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "warpick"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/axes/pickaxe-double-brown.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20war%20pick_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!tXeIymP9ZrI2pp7Z"
}

View File

@ -0,0 +1,145 @@
{
"_id": "eWsdI8cC3bDkPq9R",
"name": "+1 Warhammer",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 2,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "warhammer"
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"bludgeoning"
]
],
"versatile": "1d10+1+@mod"
},
"range": {
"value": 5,
"long": 0,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"ver"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/hammers/hammer-war-rounding.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20warhammer_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!eWsdI8cC3bDkPq9R"
}

View File

@ -0,0 +1,146 @@
{
"_id": "iPN4qBGQhO6jfnwj",
"name": "+1 Whip",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 3,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "martialM",
"baseItem": "whip"
},
"damage": {
"parts": [
[
"1d4+1+@mod",
"slashing"
]
],
"versatile": ""
},
"range": {
"value": 10,
"long": 0,
"units": "ft"
},
"ability": "dex",
"properties": [
"fin",
"mgc",
"rch"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/misc/whip-red-yellow.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20whip_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!iPN4qBGQhO6jfnwj"
}

View File

@ -0,0 +1,145 @@
{
"_id": "HR19eBMZ5wsk7YUx",
"name": "+1 Yklwa",
"type": "weapon",
"system": {
"source": {
"custom": "",
"book": "DMG",
"page": "213",
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p><p>A yklwa (pronounced YICK-ul-wah) is a simple melee weapon that is the traditional weapon of Chultan warriors. A yklwa consists of a 3-foot wooden shaft with a steel or stone blade up to 18 inches long. Although it has the thrown weapon property, the yklwa is not well balanced for throwing.</p></div>",
"chat": ""
},
"proficient": null,
"quantity": 1,
"weight": {
"value": 3,
"units": "lb"
},
"price": {
"value": 0,
"denomination": "gp"
},
"attuned": false,
"identified": false,
"equipped": true,
"rarity": "uncommon",
"type": {
"value": "simpleM",
"baseItem": ""
},
"damage": {
"parts": [
[
"1d8+1+@mod",
"piercing"
]
],
"versatile": ""
},
"range": {
"value": 10,
"long": 30,
"units": "ft"
},
"ability": "str",
"properties": [
"mgc",
"thr"
],
"attunement": "",
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"target": {
"value": "0",
"units": "",
"type": "",
"width": null,
"prompt": true
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"prompt": true
},
"actionType": "mwak",
"attack": {
"bonus": "+1",
"flat": false
},
"chatFlavor": "",
"critical": {
"damage": "",
"threshold": null
},
"formula": "",
"save": {
"ability": "",
"dc": 0,
"scaling": "spell"
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"hp": {
"value": 0,
"max": 0,
"dt": null,
"conditions": ""
},
"unidentified": {
"description": ""
},
"container": null,
"cover": null,
"crewed": false,
"enchantment": null,
"summons": null,
"armor": {
"value": null
},
"magicalBonus": null
},
"img": "icons/weapons/polearms/glaive-simple.webp",
"flags": {
"plutonium": {
"page": "items.html",
"source": "DMG",
"hash": "%2b1%20yklwa_dmg",
"propDroppable": "item"
}
},
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723797671237,
"modifiedTime": 1723797671237,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
},
"_key": "!items!HR19eBMZ5wsk7YUx"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 100000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!0UE9gvsHmxSfPbrr"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 500000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "FpQ43c1kYBnb6WlJ",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!FpQ43c1kYBnb6WlJ"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 800000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "Roxiy8KMryIu62Gx",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!Roxiy8KMryIu62Gx"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 400000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "CoW9wJsLGfOJxpc1",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!CoW9wJsLGfOJxpc1"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 1300000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "y9L7j8QgUWIEULU9",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!y9L7j8QgUWIEULU9"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 200000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "2v4ZCpJQmnmVbiJs",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!2v4ZCpJQmnmVbiJs"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 1200000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "wN52o0bMg0OkRRAq",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!wN52o0bMg0OkRRAq"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 1000000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "acWQPcD819hzRAJu",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!acWQPcD819hzRAJu"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 1100000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "vbjTAgl7BMFxJLdv",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!vbjTAgl7BMFxJLdv"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 900000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "StCAMrMMKlWIzVnj",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!StCAMrMMKlWIzVnj"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 300000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!9NIOvEKjh1RTGrSM"
}

View File

@ -3,20 +3,20 @@
"color": null,
"description": "",
"flags": {},
"sort": 0,
"sort": 700000,
"sorting": "a",
"folder": null,
"type": "Item",
"_id": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669542572,
"modifiedTime": 1723669542572,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723797681870,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"_key": "!folders!KJMeWduGvxsIGfvp"
}

View File

@ -4,7 +4,7 @@
"type": "loot",
"system": {
"description": {
"value": "",
"value": "<div class=\"dnd-core\"><div class=\"item-card\"><p>Аба́к — семейство счётных досок, применявшихся для арифметических вычислений в древних культурах — Древней Греции, Древнем Риме и Древнем Китае и ряде других. Пользователь абака называется абакистом. Общие принципы инструментов типа абака — разделение линиями на полосы, осуществление счёта с помощью размещённых на полосах камней или других подобных предметов. Камешек для греческого абака назывался псифос; от этого слова было произведено название для счёта — псифофория, «раскладывание камешков».</p></div></div>",
"chat": ""
},
"source": {
@ -46,19 +46,18 @@
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723752883144,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!GohLwywsSwMsWvqj"
}

View File

@ -45,7 +45,7 @@
},
"range": {
"value": 20,
"long": 0,
"long": null,
"units": "ft"
},
"uses": {
@ -110,24 +110,42 @@
"source": "PHB",
"hash": "acid%20(vial)_phb",
"propDroppable": "item"
},
"rsr5e": {
"quickDamage": {
"context": {
"0": ""
},
"value": {
"0": true
}
},
"quickOther": {
"context": ""
},
"quickFooter": {
"value": true
},
"quickAttack": {
"value": true
}
}
},
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723743037939,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!Bt2TSE7hi7bP7GsX"
}

View File

@ -4,7 +4,7 @@
"type": "consumable",
"system": {
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>This sticky, adhesive fluid ignites when exposed to air. As an action, you can throw this flask up to 20 feet, shattering it on impact. Make a ranged attack against a creature or object, treating the alchemist's fire as an improvised weapon. On a hit, the target takes [[/damage 1d4 type=fire]] damage at the start of each of its turns. A creature can end this damage by using its action to make a DC 10 Dexterity check to extinguish the flames.</p></div>",
"value": "<div class=\"dnd-core\"><div class=\"item-card\"><p>Эта вязкая и клейкая жидкость воспламеняется при контакте с воздухом.</p><p>Вы можете действием метнуть фляжку на расстояние до 20 футов, разбив её от удара.</p><p>Совершите <em>дальнобойную атаку</em> по существу или предмету, считая алхимический огонь импровизированным оружием. При попадании цель получает урон огнём 1к4 в начале каждого своего хода.</p><p>Существо может окончить этот урон, потратив действие на тушение пламени, и совершив проверку <strong>Ловкости</strong> <em>со Сл 10</em>.</p></div></div>",
"chat": ""
},
"source": {
@ -45,7 +45,7 @@
},
"range": {
"value": 20,
"long": 0,
"long": null,
"units": "ft"
},
"uses": {
@ -110,24 +110,45 @@
"source": "PHB",
"hash": "alchemist's%20fire%20(flask)_phb",
"propDroppable": "item"
},
"rsr5e": {
"quickDamage": {
"context": {
"0": ""
},
"value": {
"0": true
}
},
"quickOther": {
"context": ""
},
"quickFooter": {
"value": true
},
"quickAttack": {
"value": true
},
"quickSave": {
"value": true
}
}
},
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723752905483,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!WTAUQHsZzJRCXWs0"
}

View File

@ -58,8 +58,8 @@
"prompt": true
},
"range": {
"value": 0,
"long": 0,
"value": null,
"long": null,
"units": "ft"
},
"uses": {
@ -84,24 +84,28 @@
"source": "PHB",
"hash": "alchemist's%20supplies_phb",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "CoW9wJsLGfOJxpc1",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723759099033,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!RiZK8xBnA11nmCwx"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!3ti99CH0uLftzMRa"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!gAIYGJWRc4ZK1ixa"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!RinRLORbnkVoF8rq"
}

View File

@ -4,7 +4,7 @@
"type": "equipment",
"system": {
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>A holy symbol is a representation of a god or pantheon.</p><p>A cleric or paladin can use a holy symbol as a spellcasting focus. To use the symbol in this way, the caster must hold it in hand, wear it visibly, or bear it on a shield.</p></div>",
"value": "<div class=\"dnd-core\"><div class=\"item-card\"><p><br />Амулет, изображающий символ божества или его символ. @UUID[Compendium.sc-classes.sc-classes.Item.beGvGYwk71kDChv3]{Жрец} или @UUID[Compendium.sc-classes.sc-classes.Item.aqqtAYPXSUNh6XVE]{паладин} может использовать священный символ в качестве фокусировки для заклинаний.</p></div></div>",
"chat": ""
},
"source": {
@ -44,8 +44,8 @@
"prompt": true
},
"range": {
"value": 0,
"long": 0,
"value": null,
"long": null,
"units": "ft"
},
"uses": {
@ -120,24 +120,28 @@
"source": "PHB",
"hash": "amulet_phb",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "vbjTAgl7BMFxJLdv",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723817238853,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!rGHyuY3fmMylXNac"
}

View File

@ -44,8 +44,8 @@
"prompt": true
},
"range": {
"value": 0,
"long": 0,
"value": null,
"long": null,
"units": "ft"
},
"uses": {
@ -110,19 +110,17 @@
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!vDY1CSmNesFi7jyP"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!wtAKr7VSoWZ2cv65"
}

View File

@ -45,7 +45,7 @@
},
"range": {
"value": 5,
"long": 0,
"long": null,
"units": "ft"
},
"uses": {
@ -115,19 +115,17 @@
"effects": [],
"folder": "FpQ43c1kYBnb6WlJ",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!ac7fbGK3DQ4PHCOd"
}

View File

@ -10,7 +10,7 @@
"license": ""
},
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>A creature subjected to this poison must make a DC 10 Constitution saving throw. On a failed save, it takes 6 ([[/damage 1d12 type=poison]]) damage and is &amp;Reference[condition=poisoned] for 24 hours. On a successful save, the creature takes half damage and isn't &amp;Reference[condition=poisoned].</p></div>",
"value": "<div class=\"dnd-core\"><div class=\"item-card\"><p><br /></p><p><strong>Тип яда:</strong> Поглощаемый</p><p>Существо, подвергшееся действию этого яда, должно совершить [[/save con 10 format=long]]. При провале оно получает урон [[/damage d12 poison format=long average=true]] и становится @UUID[Compendium.sc-common.sc-common-new.JournalEntry.sKDkSdQ2xERQal9W.JournalEntryPage.Rrnhr481bboOX8Ip]{отравленным} на 24 часа. При успехе существо получает половину урона и не становится отравленным.</p></div></div>",
"chat": ""
},
"quantity": 1,
@ -62,7 +62,7 @@
"autoDestroy": false,
"prompt": true
},
"actionType": null,
"actionType": "",
"attack": {
"bonus": "",
"flat": false
@ -105,24 +105,28 @@
"source": "DMG",
"hash": "assassin's%20blood_dmg",
"propDroppable": "item"
},
"rsr5e": {
"quickFooter": {
"value": true
}
}
},
"effects": [],
"folder": "wN52o0bMg0OkRRAq",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723802877580,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!VZF75crstX501MfP"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!1Msr0TohbNkuDIDW"
}

View File

@ -56,19 +56,17 @@
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!2S5D3bav2hEgDX1P"
}

View File

@ -58,8 +58,8 @@
"prompt": true
},
"range": {
"value": 0,
"long": 0,
"value": null,
"long": null,
"units": "ft"
},
"uses": {
@ -89,19 +89,17 @@
"effects": [],
"folder": "2v4ZCpJQmnmVbiJs",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!2056R6P4Ixj9Ailz"
}

View File

@ -44,8 +44,8 @@
"prompt": true
},
"range": {
"value": 0,
"long": 0,
"value": null,
"long": null,
"units": "ft"
},
"uses": {
@ -110,19 +110,17 @@
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!7KDRz3yCKWQtPY13"
}

View File

@ -44,8 +44,8 @@
"prompt": true
},
"range": {
"value": 0,
"long": 0,
"value": null,
"long": null,
"units": "ft"
},
"uses": {
@ -110,19 +110,17 @@
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!1QOdFCJGWefWDHYx"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!rOu78ldUMNoheBZo"
}

View File

@ -56,19 +56,17 @@
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!koHyO6U6Y9nspSRU"
}

View File

@ -4,7 +4,7 @@
"type": "consumable",
"system": {
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You can use the poison in this vial to coat one slashing or piercing weapon or up to three pieces of ammunition. Applying the poison takes an action. A creature hit by the poisoned weapon or ammunition must make a DC 10 Constitution saving throw or take [[/damage 1d4 type=poison]] damage. Once applied, the poison retains potency for 1 minute before drying.</p></div>",
"value": "<div class=\"dnd-core\"><div class=\"item-card\"><p><br /></p><p>Вы можете покрыть ядом из этого флакона одно рубящее или колющее оружие или три боеприпаса.</p><p>Наносится яд одним <em>Действием</em>.</p><p>Существо, по которому попадёт отравленное оружие или боеприпас, должно совершить [[/save con 10 format=long]], получая в случае провала урон [[/damage d4 poison format=long average=true]].</p><p>Нанесённый яд эффективен 1 минуту, после чего высыхает и теряет все свойства.</p></div></div>",
"chat": ""
},
"source": {
@ -44,8 +44,8 @@
"prompt": true
},
"range": {
"value": 0,
"long": 0,
"value": null,
"long": null,
"units": "touch"
},
"uses": {
@ -110,24 +110,42 @@
"source": "PHB",
"hash": "basic%20poison%20(vial)_phb",
"propDroppable": "item"
},
"rsr5e": {
"quickDamage": {
"context": {
"0": ""
},
"value": {
"0": true
}
},
"quickOther": {
"context": ""
},
"quickFooter": {
"value": true
},
"quickSave": {
"value": true
}
}
},
"effects": [],
"folder": "wN52o0bMg0OkRRAq",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"modifiedTime": 1723803263765,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM",
"compendiumSource": null
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!bwCL2f3rdWE27N48"
}

View File

@ -56,19 +56,17 @@
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!B5hD92i5PGZIv30p"
}

View File

@ -45,7 +45,7 @@
},
"range": {
"value": 5,
"long": 0,
"long": null,
"units": "ft"
},
"uses": {
@ -126,19 +126,17 @@
"effects": [],
"folder": "KJMeWduGvxsIGfvp",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!6isuulTPkul77YBO"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!C1YlRIpcIEvHunTB"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!N8POUAzwvZ2BIglz"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "0UE9gvsHmxSfPbrr",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!p3Xysxvi7jbR6tQo"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!ZDvhvUNaNTKJXOoo"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!Eap48c79BFH0Bzac"
}

View File

@ -46,19 +46,17 @@
"effects": [],
"folder": "9NIOvEKjh1RTGrSM",
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"coreVersion": "12.330",
"systemId": "dnd5e",
"systemVersion": "3.3.1",
"createdTime": 1723669543221,
"modifiedTime": 1723669543221,
"lastModifiedBy": "Rl5ZH3NlubsB4xLM"
"lastModifiedBy": "dnd5ebuilder0000"
},
"sort": 0,
"ownership": {
"default": 0,
"Rl5ZH3NlubsB4xLM": 3
"default": 0
},
"_key": "!items!Ad6DIcoptPeQmDWG"
}

Some files were not shown because too many files have changed in this diff Show More