ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/supernatural/gorokh.arc
Revision: 1.7
Committed: Tue Nov 3 09:48:47 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.6: +0 -1 lines
Log Message:
remove editable field, elmey says so

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     end
45 root 1.6