ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_build_bullet_wall.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:20 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +18 -17 lines
Log Message:
second normaliser run - dude

File Contents

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