<div class="lheading">Inventory</div>
>[!noted]
><center>Items currently within your possession or person.</center>
>[!cite|no-title]
>#### [[Compendium/Index Pages/Main Indexes/Items|Back to Items]]
---
>[!cite|no-title]
>## Homebrew
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID blank, cover, file.link, subtype, summary
FROM "Compendium/Compendium Pages/Lore/Items Index" AND #active AND #inventory
SORT file.name ASC
```
%%
| blank | cover | file.link | subtype | summary |
| ----- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| \- | ![[z_Assets/Images/PLACEHOLDERS/Item Placeholder.webp\|Item Placeholder.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Bezaria.md\|Bezaria]] | ✦ **Weapon (Warhammer)** | _It means “If you try, you might win.”_ |
| \- | ![[z_Assets/Images/ITEM/combustion boots image.webp\|combustion boots image.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Combustion Boots.md\|Combustion Boots]] | ✦ **Wondrous Item** | _Clunky, metal boots, with strange wiring and plating._ |
| \- | ![[z_Assets/Images/ITEM/david_jones.webp\|david_jones.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/David Jones.md\|David Jones]] | ✦ **Weapon (Warpick)** | _Oddly nice looking, like it might have been something special at one point._ |
| \- | ![[z_Assets/Images/ITEM/dorje of hostile intent image.webp\|dorje of hostile intent image.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Dorje of Detect Hostile Intent.md\|Dorje of Detect Hostile Intent]] | ✦ **Dorje** | _A ritual implement and a symbol representing indestructibility, power, and the ability to cut through ignorance and obstacles on the spiritual path._ |
| \- | ![[z_Assets/Images/ITEM/img, empyreal keystone.webp\|img, empyreal keystone.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Empyreal Keystone.md\|Empyreal Keystone]] | ✦ **Wondrous Item** | _A blue-ish, round-ish thing._ |
| \- | ![[z_Assets/Images/PLACEHOLDERS/Item Placeholder.webp\|Item Placeholder.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Exorcism Kit.md\|Exorcism Kit]] | ✦ **Kit** | _A box of supplies Sister Caroline had gifted us before we left._ |
| \- | ![[z_Assets/Images/ITEM/img, intricate oil lamp.webp\|img, intricate oil lamp.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Intricate Oil Lamp.md\|Intricate Oil Lamp]] | ✦ **Wondrous Item** | _Attached to an awfully long chain, the lamp seems far sturdier than most, and far more magical than one would guess._ |
| \- | ![[z_Assets/Images/PLACEHOLDERS/Item Placeholder.webp\|Item Placeholder.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Sending Stone, Absence.md\|Sending Stone, Absence]] | ✦ **Wondrous Item** | _A Sending Stone._ |
| \- | ![[z_Assets/Images/PLACEHOLDERS/Item Placeholder.webp\|Item Placeholder.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Sending Stone, Diletta.md\|Sending Stone, Diletta]] | ✦ **Wondrous Item** | _A Sending Stone._ |
| \- | ![[z_Assets/Images/PLACEHOLDERS/Item Placeholder.webp\|Item Placeholder.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Sending Stone, Mendekua.md\|Sending Stone, Mendekua]] | ✦ **Wondrous Item** | _A Sending Stone._ |
| \- | ![[z_Assets/Images/PLACEHOLDERS/Item Placeholder.webp\|Item Placeholder.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Strange Horn.md\|Strange Horn]] | ✦ **Wondrous Item** | _Strange item made from a dragonborn's horn; it both sounds and looks too intricate even for a magic item._ |
| \- | ![[z_Assets/Images/PLACEHOLDERS/Item Placeholder.webp\|Item Placeholder.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Tide Splitter Sword.md\|Tide Splitter Sword]] | ✦ **Weapon (Cutlass)** | _A sword seemingly forged from within the deepest depths._ |
| \- | ![[z_Assets/Images/ITEM/unstable mace image.webp\|unstable mace image.webp]] | [[Compendium/Compendium Pages/Lore/Items Index/Unstable Mace.md\|Unstable Mace]] | ✦ **Weapon (Mace)** | _A mace crafted out of a dangerous, unsafe material_ |
%% DATAVIEW_PUBLISHER: end %%
>[!cite|no-title]
>## RAW
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID
blank,
cover,
link(file.link, aliases),
amount,
summary
FROM "3-Mechanics/CLI/items" AND #inventory
SORT file.name ASC
```
%%
| blank | cover | link(file.link, aliases) | amount | summary |
| ----- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | --------------------------- | ------------------------------------------------------------------------------------------------------------- |
| \- | ![[z_Assets/Images/healers kit cover.webp\|healers kit cover.webp]] | [[3-Mechanics/CLI/items/healers-kit-xphb.md\|Healer's Kit]] | <span class=amount>5</span> | You can stabilize an Unconscious creature that has 0 Hit Points without needing to make a Medicine check. |
| \- | ![[z_Assets/Images/holy water cover.webp\|holy water cover.webp]] | [[3-Mechanics/CLI/items/holy-water-xphb.md\|Holy Water]] | <span class=amount>1</span> | The target must succeed on a Dexterity saving throw or take 2d8 Radiant damage if it is a Fiend or an Undead. |
| \- | ![[z_Assets/Images/Silver necklace with a gemstone pendant cover.webp\|Silver necklace with a gemstone pendant cover.webp]] | [[3-Mechanics/CLI/items/silver-necklace-with-a-gemstone-pendant-xdmg.md\|Silver necklace with a gemstone pendant]] | <span class=amount>1</span> | Glittery. |
%% DATAVIEW_PUBLISHER: end %%