From 1d8d51f23b3263388ecd29ef4e8a7662a97eac84 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Mon, 15 Jan 2007 23:02:04 +0000 Subject: [PATCH] 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 --- spell/BlessCurse/spell_bless_item.arc | 22 ++++++++++++++++++++++ spell/BlessCurse/spell_curse_item.arc | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 spell/BlessCurse/spell_bless_item.arc create mode 100644 spell/BlessCurse/spell_curse_item.arc diff --git a/spell/BlessCurse/spell_bless_item.arc b/spell/BlessCurse/spell_bless_item.arc new file mode 100644 index 000000000..cd354a500 --- /dev/null +++ b/spell/BlessCurse/spell_bless_item.arc @@ -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 diff --git a/spell/BlessCurse/spell_curse_item.arc b/spell/BlessCurse/spell_curse_item.arc new file mode 100644 index 000000000..47a5a8d9a --- /dev/null +++ b/spell/BlessCurse/spell_curse_item.arc @@ -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