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