ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/demihumans/mostrai.arc
Revision: 1.8
Committed: Tue Nov 3 09:48:42 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.7: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.1 # demihumans -- dwarven god Mostrai
2 root 1.6 object Mostrai
3 root 1.1 title Gnarg
4     race dwarf
5     slaying goblin,giant
6 root 1.7 msg
7     Dwarven deity of metal smithing and warcraft,
8     Giant basher, Delver of secrets
9     endmsg
10     face dwarf.x11
11 root 1.5 animation dwarf
12     is_animated 1
13 root 1.7 str 30
14     dex 30
15     con 30
16     wis 30
17     pow 30
18     int 30
19     hp 350
20     maxhp 350
21     exp 1
22     dam 50
23     wc -6
24     ac -10
25     speed 0.20
26     level 15
27     type 50
28 root 1.5 attacktype 256
29 root 1.7 resist_fire 20
30     resist_confusion -10
31     resist_slow -50
32 root 1.5 path_attuned 18432
33     path_repelled 64
34 root 1.7 weight 100000
35     randomitems Mostrai
36     alive 1
37     can_use_shield 1
38     monster 1
39 root 1.5 can_cast_spell 1
40 root 1.7 can_use_armour 1
41 root 1.5 can_use_weapon 1
42 root 1.1 end
43 root 1.7