Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion supplements/curse-of-strahd/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Items</name>
<description></description>
<author url="http://dnd.wizards.com/products/tabletop-games/rpg-products/rpg_playershandbook">Wizards of the Coast</author>
<update version="0.0.7">
<update version="0.0.8">
<file name="items.xml" url="https://raw.githubusercontent.com/AuroraLegacy/elements/master/supplements/curse-of-strahd/items.xml" />
</update>
</info>
Expand Down Expand Up @@ -143,6 +143,26 @@
<set name="attunement">true</set>
</setters>
</element>
<element name="Shield of the Silver Dragon" type="Magic Item" source="Curse of Strahd" id="ID_WOTC_COS_MAGIC_ITEM_SHIELD_OF_THE_SILVER_DRAGON">
<description>
<p>While holding this shield, you have a +2 bonus to AC. This bonus is in addition to the shield's normal bonus to AC.</p>
<p>The shield is emblazoned with a stylized silver dragon that is the emblem of the Order of the Silver Dragon (see <i>Curse of Strahd</i>, pages 129-130). The shield whispers warnings to its bearer, granting a +2 bonus to initiative if the bearer isn't incapacitated.</p>
</description>
<setters>
<set name="keywords">shield</set>
<set name="category">Magic Armor</set>
<set name="cost" currency="gp">0</set>
<set name="weight" lb="6">6 lb.</set>
<set name="type" addition="shield">Armor</set>
<set name="rarity">Rare</set>
<set name="enhancement">2</set>
<set name="armor">ID_INTERNAL_ARMOR_GROUP_SHIELD</set>
</setters>
<rules>
<stat name="ac:shield" value="2" bonus="enhancement" />
<stat name="initiative" value="2" />
</rules>
</element>
<element name="Sunsword" type="Magic Item" source="Curse of Strahd" id="ID_WOTC_COS_MAGIC_ITEM_SUNSWORD">
<description>
<p>The <em>Sunsword</em> is a unique blade once possessed by Strahd's brother, Sergei von Zarovich. In its original form, it had a platinum hilt and guard, and a thin crystal blade as strong as steel.</p>
Expand Down