ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
(Generate patch)

Comparing deliantra/arch/class/types.arc (file contents):
Revision 1.10 by elmex, Sun Aug 31 15:37:20 2008 UTC vs.
Revision 1.20 by root, Mon Apr 5 01:56:17 2010 UTC

1object class_monster
2randomitems standard
3monster 1
4end
5
6object class_undead_monster
7inherit class_monster
8race undead
9sound_destroy wn/wail
10magicmap black
11undead 1
12end
13
14object class_item
15nrof 1
16weight 1000000000
17end
18
19object class_vein_extractor
20inherit type_ranged_item
21race mining
22dam 1
23client_type 451
24body_arm -2
25speed 1
26end
27
1object type_player 28object type_player
2type 1 29type 1
30body_range 1
31body_skill 1
3body_combat 1 32body_combat 1
4body_skill 1
5body_range 1
6body_shield 1 33body_shield 1
34end
35
36object type_rod
37inherit type_ranged_item
38skill use magic item
39type 3
40end
41
42object type_book
43skill literacy
44sound elmex/paper_crumble
45type 8
46materialname paper
47end
48
49object type_vein
50race mining
51food 1
52ac 50
53type 10
54invisible 1
55end
56
57object type_ranged
58type 11
59body_range -1
60end
61
62object type_ranged_item
63inherit type_ranged,class_item
64end
65
66object type_bow
67inherit type_ranged_item
68type 14
69end
70
71object type_weapon
72type 15
73body_combat -1
74end
75
76object type_locked_door
77inherit type_door
78sound_destroy misc/doorkickopen
79type 20
80end
81
82object type_door
83name door
84sound_destroy open_door
85magicmap brown
86hp 400
87exp 1
88ac 10
89level 1
90type 23
91randomitems door
92move_block all
93alive 1
94no_pick 1
7end 95end
8 96
9object type_shield 97object type_shield
10type 33 98type 33
11body_shield -1 99body_shield -1
12end 100end
13 101
14object type_weapon
15type 15
16body_combat -1
17end
18
19object class_ranged
20end
21
22object class_ranged_item
23inherit class_ranged
24body_range -1
25end
26
27object type_bow
28type 14
29inherit class_ranged_item
30end
31
32object type_horn 102object type_horn
103inherit type_ranged_item
104skill use magic item
33type 35 105type 35
34skill use magic item
35inherit class_ranged_item
36end
37
38object type_rod
39type 3
40skill use magic item
41inherit class_ranged_item
42end
43
44object type_wand
45type 109
46skill use magic item
47inherit class_ranged_item
48end 106end
49 107
50object type_skill 108object type_skill
51type 43 109type 43
52body_skill -1 110body_skill -1
53inherit class_ranged 111end
112
113object type_skill_hth
114inherit type_skill
115dam 1
116body_combat -1
54end 117end
55 118
56object type_skill_tool 119object type_skill_tool
57type 74 120type 74
58end 121end
59 122
60object type_door 123object type_spell
61type 23 124inherit type_ranged
62name door 125type 101
63randomitems door
64hp 400
65exp 1
66ac 10
67level 1
68alive 1
69no_pick 1
70magicmap brown
71move_block all
72sound_destroy open_door
73end 126end
74 127
75object type_locked_door 128object type_wand
76inherit type_door 129inherit type_ranged_item
130skill use magic item
77type 20 131type 109
78sound_destroy misc/doorkickopen
79end 132end
80 133
81object class_monster 134object type_force
82monster 1 135face blank.x11
83randomitems standard 136type 114
137invisible 1
138no_drop 1
84end 139end
85 140
86object class_undead_monster
87inherit class_monster
88sound_destroy wn/wail
89race undead
90undead 1
91magicmap black
92end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines