ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/supernatural/gorokh.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:27 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: +29 -28 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.1 # supernatural -- demon king Gorokh
2 root 1.5 object Gorokh
3 root 1.1 title Valriel
4 root 1.6 race demon
5     slaying angel
6     msg
7     Demon King, Duke of Hell, Temptor and Tormentor
8     endmsg
9 root 1.4 face devil.x11
10 root 1.1 animation devil
11     is_animated 1
12 root 1.6 str 30
13     dex 30
14     con 30
15     wis 30
16     pow 30
17     int 30
18     hp 350
19     maxhp 350
20     exp 1
21     dam 50
22     luck -1
23     wc -3
24     ac -5
25     speed 0.25
26     level 15
27     type 50
28 root 1.1 attacktype 16384
29     resist_magic 30
30     resist_cold -5
31     resist_fear 100
32 root 1.6 path_attuned 131072
33     path_repelled 257
34     weight 400000
35 root 1.1 last_heal -2
36     last_sp -1
37 root 1.6 randomitems Gorokh
38     alive 1
39     can_use_shield 1
40     monster 1
41 root 1.1 can_cast_spell 1
42     can_use_armour 1
43     can_use_weapon 1
44     editable 0
45     end
46 root 1.6