ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_create_food.arc
(Generate patch)

Comparing deliantra/arch/spell/Misc/spell_create_food.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:14 2007 UTC vs.
Revision 1.8 by root, Sun Sep 28 07:30:00 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines