trikorka213 downloadsСоздавайте и отображайте красивые карточки магических предметов для D&D (RU)
Wonderful Cards is an Obsidian plugin that allows you to create and display beautiful magic item cards for Dungeons & Dragons (D&D) directly within your notes.
itemcard YAML code blocks in Obsidian to define your items.wc:Item Name syntax or by clicking internal links.In any Obsidian note, create an itemcard code block and fill it with the item's details in YAML format. You can also use the "Вставить шаблон магического предмета" (Insert magic item template) command to quickly insert a blank card.
```itemcard
name: "Посох Мощи"
title_en: "Staff of Power"
image: "https://example.com/staff.png"
type: "Посох"
subtype: "Магическое оружие"
rarity: "Очень редкий"
attunement: "колдуном, чародеем или волшебником"
price: "5000 зм"
text_align: "ширина"
description: |
Этот посох можно использовать как магический боевой посох, дающий бонус +2 к броскам атаки и урона.
Пока вы держите его, вы получаете бонус +2 к КД, спасброскам и броскам атаки заклинаниями.
```
name: (Required) The name of the item.title_en: (Optional) The original English name.image: (Optional) URL or Obsidian internal link to an image (e.g., image.png or https://...).type: (Optional) Item type (default: "Чудесный предмет").subtype: (Optional) Item subtype.rarity: (Optional) Item rarity (e.g., обычный, необычный, редкий, очень редкий, легендарный, артефакт).attunement: (Optional) Boolean (true/false) or string (e.g., "требуется настройка бардом").price: (Optional) Price with currency (e.g., "500 зм", "10 см", "5 мм").text_align: (Optional) Text alignment for the description (left, center, right, justify / ширина).description: (Optional) Multiline Markdown description of the item.main.js, manifest.json, styles.css) from the Releases page.wonderful-cards inside your .obsidian/plugins/ directory.This project is licensed under the MIT License - see the LICENSE file for details.