Skip to content

Commit

Permalink
Ring of courage (increases atk accuracy by 5%)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Apr 8, 2024
1 parent 38c1457 commit 2f1164f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/conf/items/rings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,26 @@
</equipable>
</item>

<!-- FIXME: change ring emblem or change name to reflect eye emblem -->
<item name="ring of courage">
<type class="ring" subclass="courage" tileid="-1"/>
<description>You see a ring of courage. You feel more confident while wearing it.</description>
<implementation class-name="games.stendhal.server.entity.item.Item"/>
<unattainable/>
<attributes>
<min_level value="0"/>
<acc_boost value="0.05"/>
</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/courage.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/courage.xcf.bz2
Binary file not shown.
1 change: 1 addition & 0 deletions doc/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog

*world*
- renamed chef Patrick to Preston
- added ring of courage item

*web client*
- fixed text extending past edge of notification bubbles
Expand Down
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
courage.* 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 2f1164f

Please sign in to comment.