ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/elemental/sorig.arc
Revision: 1.6
Committed: Sat Mar 3 01:22: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.5: +26 -25 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.1 # elemental -- storm god Sorig
2 root 1.5 object Sorig
3 root 1.6 race air_elemental
4     msg
5     Lord of Storms, King of Thunder and Lightning, Sky Lord
6     endmsg
7 root 1.4 face para_light.x11
8 root 1.1 animation para_lightning
9     is_animated 1
10 root 1.6 str 30
11     dex 30
12     con 30
13     wis 30
14     pow 30
15     int 30
16     hp 300
17     maxhp 300
18     exp 1
19     dam 40
20     wc -1
21     ac -5
22     speed 0.40
23     level 15
24     type 50
25 root 1.1 attacktype 8
26     resist_electricity 100
27     path_attuned 131096
28     path_repelled 256
29     path_denied 65537
30 root 1.6 weight 1
31     randomitems Sorig
32     alive 1
33     can_use_shield 1
34     monster 1
35 root 1.4 can_cast_spell 1
36 root 1.6 can_use_armour 1
37 root 1.4 can_use_weapon 1
38 root 1.1 editable 0
39     end
40 root 1.6