|
From: Crossfire C. r. messages.
<cro...@li...> - 2016-05-17 21:11:09
|
Revision: 20255
http://sourceforge.net/p/crossfire/code/20255
Author: silvernexus
Date: 2016-05-17 21:11:06 +0000 (Tue, 17 May 2016)
Log Message:
-----------
Nerf the experience awarded from books.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/skills/literacy.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2016-05-17 01:33:46 UTC (rev 20254)
+++ arch/trunk/ChangeLog 2016-05-17 21:11:06 UTC (rev 20255)
@@ -1,3 +1,10 @@
+Nerf the experience rewarded by reading a book.
+Since the exp could be gained twice per book (identify/read),
+each book was essentially worth upwards of 1000 exp.
+Each book is now worth a little under 600 in the same situation.
+skills/literacy.arc
+Daniel Hawkins 2016-05-17
+
New weapon: dragonclaw dagger.
Its better than normal daggers, but still not as nice at low level
as a good iron broadsword.
Modified: arch/trunk/skills/literacy.arc
===================================================================
--- arch/trunk/skills/literacy.arc 2016-05-17 01:33:46 UTC (rev 20254)
+++ arch/trunk/skills/literacy.arc 2016-05-17 21:11:06 UTC (rev 20255)
@@ -6,6 +6,6 @@
no_drop 1
subtype 8
body_skill -1
-exp 150
-level 350
+exp 80
+level 365
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|