ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_build_bullet_wall.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:26 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +19 -18 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object spell_build_bullet_wall
2 root 1.1 name build bullet wall
3     name_pl build bullet wall
4 root 1.3 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.3 sp 35
14     maxsp 10
15     dam 80
16     level 12
17 root 1.1 type 101
18     subtype 15
19 root 1.3 path_attuned 2048
20 root 1.1 value 120
21     invisible 1
22     duration 100
23 root 1.3 range 0
24 root 1.1 duration_modifier 1
25     dam_modifier 1
26 root 1.3 move_block all
27 root 1.1 is_used_up 1
28     tear_down 1
29 root 1.3 no_drop 1
30     casting_time 15
31 root 1.1 end
32 root 1.3