ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_create_food.arc
Revision: 1.8
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_90, rel-2_92, rel-2_93, rel-2_78
Changes since 1.7: +5 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.6 object spell_create_food
2 root 1.1 name create food
3     name_pl create food
4 root 1.7 skill summoning
5     msg
6 root 1.8 If this prayer is successful, your god will grant you some food.
7     However, your god will take away this gift if you drop it.
8    
9     This spell accepts an argument that let's you create any food
10     that your current casting level is able to create.
11 root 1.7 endmsg
12 pippijn 1.3 face spell_summoner.x11
13 root 1.7 sp 10
14     maxsp 10
15     food 100
16 root 1.5 level 6
17 root 1.1 type 101
18     subtype 22
19 root 1.7 path_attuned 2048
20 root 1.1 value 60
21     invisible 1
22     duration_modifier 1
23 root 1.7 no_drop 1
24     casting_time 20
25 root 1.1 end
26 root 1.7