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.18 by root, Sat Apr 3 03:09:26 2010 UTC vs.
Revision 1.21 by root, Sat Apr 10 22:42:12 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines