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.6 by root, Wed Aug 1 01:07:42 2007 UTC vs.
Revision 1.12 by root, Tue Nov 3 23:44:21 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
169 oid 192 oid
170 one_hit 193 one_hit
171 only_attack 194 only_attack
172 other_arch 195 other_arch
173 overlay_floor 196 overlay_floor
197 owner
174 path_attuned 198 path_attuned
175 path_denied 199 path_denied
176 path_repelled 200 path_repelled
177 perm_exp 201 perm_exp
178 pick_up 202 pick_up
222 skill 246 skill
223 slaying 247 slaying
224 sleep 248 sleep
225 slow_move 249 slow_move
226 sound 250 sound
227 sound_die 251 sound_destroy
228 smoothlevel 252 smoothlevel
229 sp 253 sp
230 speed 254 speed
231 speed_left 255 speed_left
232 splitting 256 splitting
234 startequip 258 startequip
235 state 259 state
236 stealth 260 stealth
237 str 261 str
238 subtype 262 subtype
263 tag
239 tear_down 264 tear_down
240 title 265 title
241 tooltype
242 treasure_env 266 treasure_env
243 type 267 type
244 unaggressive 268 unaggressive
245 undead 269 undead
246 unique 270 unique

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines