[contraband-cvs] CVS: contraband/config objects.lisp,1.6,1.7
Status: Pre-Alpha
Brought to you by:
stig
|
From: Stig E S. <st...@us...> - 2003-06-01 16:09:11
|
Update of /cvsroot/contraband/contraband/config
In directory sc8-pr-cvs1:/tmp/cvs-serv14395/variants/contraband/config
Modified Files:
objects.lisp
Log Message:
moved gval.abilities to object-kind and updated all surrounding code
Index: objects.lisp
===================================================================
RCS file: /cvsroot/contraband/contraband/config/objects.lisp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** objects.lisp 19 Apr 2003 11:08:06 -0000 1.6
--- objects.lisp 1 Jun 2003 16:09:07 -0000 1.7
***************
*** 194,198 ****
:sort-value 301
:the-kind '<body-armour>
! :game-values (make-game-values :base-ac 1 :stat-modifiers '((<pre> +2))))
(define-object-kind "trader-amulet" "& amulet~ of the atrocitan trader's guild"
--- 194,199 ----
:sort-value 301
:the-kind '<body-armour>
! :game-values (make-game-values :base-ac 1)
! :stat-modifiers '((<pre> +2)))
(define-object-kind "trader-amulet" "& amulet~ of the atrocitan trader's guild"
***************
*** 207,211 ****
:sort-value 302
:the-kind '<amulet>
! :game-values (make-game-values :stat-modifiers '((<pre> +1))))
(define-object-kind "facts-machine" "& atrocitan facts-machine~"
--- 208,212 ----
:sort-value 302
:the-kind '<amulet>
! :stat-modifiers '((<pre> +1)))
(define-object-kind "facts-machine" "& atrocitan facts-machine~"
|