ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_create_food.arc
Revision: 1.9
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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