Nerf the experience awarded from books.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20255 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
379222ebd2
commit
b258cb2127
|
@ -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.
|
||||
|
|
|
@ -6,6 +6,6 @@ invisible 1
|
|||
no_drop 1
|
||||
subtype 8
|
||||
body_skill -1
|
||||
exp 150
|
||||
level 350
|
||||
exp 80
|
||||
level 365
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue