ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_build_bullet_wall.arc
Revision: 1.4
Committed: Sat Mar 3 00:51:13 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.3: +18 -19 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.4 Object spell_build_bullet_wall
2 root 1.1 name build bullet wall
3     name_pl build bullet wall
4 pippijn 1.2 face spell_evocation.x11
5 root 1.1 type 101
6     subtype 15
7 root 1.4 level 12
8     value 120
9     sp 35
10     casting_time 15
11     skill evocation
12 root 1.3 path_attuned 2048
13 root 1.4 no_drop 1
14 root 1.1 invisible 1
15 root 1.4 race lbulletwall_%d
16 root 1.1 duration 100
17     duration_modifier 1
18 root 1.4 dam 80
19 root 1.1 dam_modifier 1
20 root 1.4 range 0
21     maxsp 10
22 root 1.1 is_used_up 1
23     tear_down 1
24 root 1.4 msg
25     Build bullet wall creates a wall that fires
26     magic bullets, as per the magic bullet spell.
27     The bullet wall itself can be torn down, and
28     will eventually expire on its own.
29     endmsg
30     no_pass 1
31 root 1.1 end