Skip to content

Commit

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

<item name="ring of enlightenment">
<type class="ring" subclass="enlightenment" tileid="-1"/>
<description>You see a ring of enlightenment. You feel your confidence grow as you slip it on.</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/enlightenment.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/enlightenment.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 @@ -575,6 +575,7 @@ 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
enlightenment.* Jordan Irwin (AntumDeluge); OGA BY 3.0; https://opengameart.org/node/20712
gold-ring.png Kimmo Rundelin (kiheru); CC BY-SA 3.0; Stendhal
imperial_ring* Jordan Irwin (AntumDeluge); OGA BY 3.0; https://opengameart.org/node/88263
insulated_ring.png Jordan Irwin (AntumDeluge); OGA BY 3.0; https://opengameart.org/node/20712
Expand Down

0 comments on commit ad7334e

Please sign in to comment.