ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/genkeywords
(Generate patch)

Comparing deliantra/server/include/genkeywords (file contents):
Revision 1.4 by root, Wed Jul 11 16:55:18 2007 UTC vs.
Revision 1.13 by root, Wed Nov 11 04:45:22 2009 UTC

1#!/opt/bin/perl 1#!/opt/bin/perl
2
3#
4# This file is part of Deliantra, the Roguelike Realtime MMORPG.
5#
6# Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
7#
8# Deliantra is free software: you can redistribute it and/or modify it under
9# the terms of the Affero GNU General Public License as published by the
10# Free Software Foundation, either version 3 of the License, or (at your
11# option) any later version.
12#
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17#
18# You should have received a copy of the Affero GNU General Public License
19# and the GNU General Public License along with this program. If not, see
20# <http://www.gnu.org/licenses/>.
21#
22# The authors can be reached via e-mail to <support@deliantra.net>
23#
2 24
3my %ARG = @ARGV; 25my %ARG = @ARGV;
4 26
5use List::Util; 27use List::Util;
6 28
12 fly_on 34 fly_on
13 fly_off 35 fly_off
14 flying 36 flying
15 37
16 gender 38 gender
39 hintmode
17 attack_skill 40 attack_skill
18 ranged_skill 41 ranged_skill
19 42
20 ac 43 ac
21 activate_on_push 44 activate_on_push
155 name_pl 178 name_pl
156 neutral 179 neutral
157 no_attack 180 no_attack
158 no_damage 181 no_damage
159 no_drop 182 no_drop
160 no_fix_player
161 no_magic 183 no_magic
162 no_pick 184 no_pick
163 no_skill_ident 185 no_skill_ident
164 no_steal 186 no_steal
165 no_strength 187 no_strength
169 oid 191 oid
170 one_hit 192 one_hit
171 only_attack 193 only_attack
172 other_arch 194 other_arch
173 overlay_floor 195 overlay_floor
196 owner
174 path_attuned 197 path_attuned
175 path_denied 198 path_denied
176 path_repelled 199 path_repelled
177 perm_exp 200 perm_exp
178 pick_up 201 pick_up
221 see_invisible 244 see_invisible
222 skill 245 skill
223 slaying 246 slaying
224 sleep 247 sleep
225 slow_move 248 slow_move
249 sound
250 sound_destroy
226 smoothlevel 251 smoothlevel
227 sp 252 sp
228 speed 253 speed
229 speed_left 254 speed_left
230 splitting 255 splitting
232 startequip 257 startequip
233 state 258 state
234 stealth 259 stealth
235 str 260 str
236 subtype 261 subtype
262 tag
237 tear_down 263 tear_down
238 title 264 title
239 tooltype
240 treasure_env 265 treasure_env
241 type 266 type
242 unaggressive 267 unaggressive
243 undead 268 undead
244 unique 269 unique

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines