Skip to content

Commit

Permalink
Ring of clarity (increases atk accuracy by 25%)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Apr 20, 2024
1 parent 4df1aa3 commit 58f04a8
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
45 changes: 45 additions & 0 deletions data/conf/items/rings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,49 @@
</equipable>
</item>

<item name="ring of clarity">
<type class="ring" subclass="clarity" tileid="-1"/>
<description>You see a ring of clarity. You feel more aware while wearing it.</description>
<implementation class-name="games.stendhal.server.entity.item.Item"/>
<unattainable/>
<attributes>
<min_level value="0"/>
<accuracy_bonus value="0.25"/> <!-- 25% increase -->
</attributes>
<weight value="0.1"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="bag"/>
<slot name="trade"/>
<slot name="finger"/>
<slot name="keyring"/>
</equipable>
</item>

<!--
<item name="ring of enlightenment">
<type class="ring" subclass="enlightenment" tileid="-1"/>
<description></description>
<implementation class-name="games.stendhal.server.entity.item.Item"/>
<unattainable/>
<attributes>
<min_level value="0"/>
<accuracy_bonus value="0.5"/>--> <!-- 50% increase -->
<!--
</attributes>
<weight value="0.1"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="bag"/>
<slot name="trade"/>
<slot name="finger"/>
<slot name="keyring"/>
</equipable>
</item>
-->

</items>
Binary file added data/sprites/items/ring/clarity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/sprites/items/ring/clarity.xcf.bz2
Binary file not shown.
1 change: 1 addition & 0 deletions doc/sources/graphics-item.txt
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ antipoison_rings.xcf.bz2 Jordan Irwin (AntumDeluge); OGA BY 3.0; https://openga
antitoxin_ring.png Jordan Irwin (AntumDeluge); OGA BY 3.0; https://opengameart.org/node/20712
antivenom_ring.png Jordan Irwin (AntumDeluge); OGA BY 3.0; https://opengameart.org/node/20712
aquamarine-ring.png Kimmo Rundelin (kiheru); CC BY-SA 3.0; Stendhal
clarity.* Jordan Irwin (AntumDeluge); OGA BY 3.0; https://opengameart.org/node/20712
emerald-ring.png Kimmo Rundelin (kiheru), Katie Russell (kymara); CC BY-SA 3.0; Stendhal
engagement_ring.png Katie Russell (kymara), Kimmo Rundelin (kiheru); CC BY-SA 3.0; Stendhal
gold-ring.png Kimmo Rundelin (kiheru); CC BY-SA 3.0; Stendhal
Expand Down

0 comments on commit 58f04a8

Please sign in to comment.