ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_create_food.arc
Revision: 1.11
Committed: Wed Apr 21 09:30:00 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.10: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# User Rev Content
1 root 1.6 object spell_create_food
2 root 1.9 inherit type_spell
3 root 1.1 name create food
4     name_pl create food
5 root 1.7 skill summoning
6     msg
7 root 1.8 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 root 1.7 endmsg
13 pippijn 1.3 face spell_summoner.x11
14 root 1.7 sp 10
15     maxsp 10
16     food 100
17 root 1.5 level 6
18 root 1.1 subtype 22
19 root 1.7 path_attuned 2048
20 elmex 1.11 value 1
21 root 1.1 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