--- deliantra/arch/spell/Misc/spell_create_food.arc 2007/03/03 01:16:54 1.6 +++ deliantra/arch/spell/Misc/spell_create_food.arc 2010/04/02 21:34:29 1.10 @@ -1,21 +1,26 @@ object spell_create_food +inherit type_spell name create food name_pl create food +skill summoning +msg +If this prayer is successful, your god will grant you some food. +However, your god will take away this gift if you drop it. + +This spell accepts an argument that let's you create any food +that your current casting level is able to create. +endmsg face spell_summoner.x11 -level 6 sp 10 -casting_time 20 -path_attuned 2048 -skill summoning -type 101 +maxsp 10 +food 100 +level 6 subtype 22 +path_attuned 2048 value 60 -no_drop 1 invisible 1 -food 100 duration_modifier 1 -maxsp 10 -msg -If this prayer is successful, your god will grant you some food. However, your god will take away this gift if you drop it. ** Try to get this spell as fast as you can cast it! ** -endmsg +no_drop 1 +casting_time 20 end +