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.20 by root, Mon Apr 5 01:56:17 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
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
34object type_bow 66object type_bow
35inherit type_ranged_item 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
36end 80end
37 81
38object type_door 82object type_door
39name door 83name door
40sound_destroy open_door 84sound_destroy open_door
48move_block all 92move_block all
49alive 1 93alive 1
50no_pick 1 94no_pick 1
51end 95end
52 96
53object type_force 97object type_shield
54face blank.x11 98type 33
55type 114 99body_shield -1
56invisible 1
57no_drop 1
58end 100end
59 101
60object type_horn 102object type_horn
61inherit type_ranged_item 103inherit type_ranged_item
62skill use magic item 104skill use magic item
63type 35 105type 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 106end
99 107
100object type_skill 108object type_skill
101type 43 109type 43
102body_skill -1 110body_skill -1
103end 111end
104 112
105object type_skill_hth 113object type_skill_hth
106inherit type_skill 114inherit type_skill
107dam 1 115dam 1
108type 43
109body_skill -1
110body_combat -1 116body_combat -1
111end 117end
112 118
113object type_skill_tool 119object type_skill_tool
114type 74 120type 74
117object type_spell 123object type_spell
118inherit type_ranged 124inherit type_ranged
119type 101 125type 101
120end 126end
121 127
122object type_vein
123race mining
124food 1
125ac 50
126type 10
127invisible 1
128end
129
130object type_wand 128object type_wand
131inherit type_ranged_item 129inherit type_ranged_item
132skill use magic item 130skill use magic item
133type 109 131type 109
134end 132end
135 133
136object type_weapon 134object type_force
135face blank.x11
137type 15 136type 114
138body_combat -1 137invisible 1
138no_drop 1
139end 139end
140 140

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines