New spells: bless item / curse item.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5328 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2007-01-15 23:02:04 +00:00
parent afe719c45e
commit 1d8d51f23b
2 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,22 @@
Object spell_bless_item
name bless item
name_pl bless item
face spell_praying.111
level 50
grace 250
casting_time 75
path_attuned 256
skill praying
type 101
subtype 49
value 150
no_drop 1
invisible 1
blessed 1
maxgrace 30
msg
Your god, moved by the piety you show, blesses
one of your item, which will now have some special
properties.
endmsg
end

View File

@ -0,0 +1,22 @@
Object spell_curse_item
name curse item
name_pl curse item
face spell_praying.111
level 50
grace 200
casting_time 75
path_attuned 256
skill praying
type 101
subtype 49
value 150
no_drop 1
invisible 1
cursed 1
maxgrace 30
msg
This spell concentrates, with some help of
your god, your hate against something to curse
the item, and leave you only your love for your god.
endmsg
end