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.1 by root, Mon Feb 6 20:26:23 2006 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:34:29 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines