ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Smite/god_power.arc
Revision: 1.8
Committed: Sat Mar 3 01:24:24 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +9 -8 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.1 # God power isn't cast as a spell per se, but instead is cast
2     # as a fumble effect. As such, more of the values in this
3     # object are relevant.
4 root 1.7 object god_power
5 root 1.5 anim
6     manabolt.x11
7     manabolt.x12
8     manabolt.x13
9     manabolt.x14
10     manabolt.x13
11     manabolt.x14
12     mina
13 root 1.8 name godly retribution
14     face manabolt.x11
15     wc -30
16 root 1.4 speed 1
17 root 1.8 type 102
18     subtype 6
19     attacktype 1048576
20     duration 4
21 root 1.6 range 4
22 root 1.8 move_type fly_low
23 root 1.4 no_pick 1
24     editable 0
25 root 1.1 end
26 root 1.8