Skip to content

Commit

Permalink
Add ring of enlightenment to pegasus
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Jul 23, 2024
1 parent 602502d commit 6caea82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/conf/creatures/mythical_being.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@
<item value="greater potion" quantity="[2,4]" probability="30.0"/>
<item value="ice sword" quantity="[1,1]" probability="20.0"/>
<item value="apple" quantity="[10,30]" probability="80.0"/>
<item value="ring of enlightenment" quantity="1" probability="5.0"/>
</drops>
<equips/>
<ai>
Expand Down
1 change: 0 additions & 1 deletion data/conf/items/rings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@
<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="50.0"/>
Expand Down
1 change: 1 addition & 0 deletions doc/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Changelog
- 30 Minutes or Less: Deliver 25 hot pizzas
- new items:
- ring of clarity
- ring of enlightenment
- Balduin allows requesting different item for Ultimate Collector quest

*web client*
Expand Down

0 comments on commit 6caea82

Please sign in to comment.