ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/panther.arc
Revision: 1.11
Committed: Thu Oct 29 04:13:41 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +2 -2 lines
Log Message:
add more cfextended archetype,s for gotischerbereich

File Contents

# User Rev Content
1 root 1.7 object panther
2 root 1.5 anim
3     facings 2
4     panther.x31
5     panther.x32
6     panther.x33
7     panther.x71
8     panther.x72
9     panther.x73
10     mina
11 root 1.8 race animal
12 root 1.11 sound_destroy ss/roar
13 root 1.8 face panther.x31
14 root 1.11 magicmap black
15 root 1.8 con 3
16     wis 20
17 root 1.4 hp 50
18     maxhp 50
19     exp 70
20     dam 10
21     wc 1
22 root 1.8 ac 4
23     speed -0.3
24     attack_movement 3
25 root 1.4 level 4
26     weight 60000
27 root 1.8 randomitems panther
28 root 1.4 run_away 15
29 root 1.8 alive 1
30     monster 1
31     sleep 1
32     can_see_in_dark 1
33 root 1.6 editable 1
34 root 1.1 end
35 root 1.8