Fix default item
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michal Kunc 2022-04-06 18:00:17 +02:00
parent d6036109a3
commit bc5b6af750

View File

@ -12,7 +12,7 @@
tags: ["Consumable", "Healing", "Magical", "Necromancy", "Positive", "Potion"], tags: ["Consumable", "Healing", "Magical", "Necromancy", "Positive", "Potion"],
attributes: `<p><b>Usage</b> Held in 1 hand; <b>Bulk</b> L</p> attributes: `<p><b>Usage</b> Held in 1 hand; <b>Bulk</b> L</p>
<p><b>Activate (A)</b> Interact</p>`, <p><b>Activate (A)</b> Interact</p>`,
description: `<p>A healing potion is a vial of a ruby-red liquid that imparts a tingling sensation as the drinkers wounds heal rapidly. When you drink a healing potion, you regain 2d8+5 Hit Points.</p>` description: `<p>A healing potion is a vial of a ruby-red liquid that imparts a tingling sensation as the drinkers wounds heal rapidly. When you drink a healing potion, you regain 1d8 Hit Points.</p>`
}; };
if (window.location.hash !== "") { if (window.location.hash !== "") {