--- deliantra/server/include/genkeywords 2007/08/01 19:15:49 1.7 +++ deliantra/server/include/genkeywords 2010/04/15 04:56:47 1.15 @@ -1,5 +1,27 @@ #!/opt/bin/perl +# +# This file is part of Deliantra, the Roguelike Realtime MMORPG. +# +# Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team +# +# Deliantra is free software: you can redistribute it and/or modify it under +# the terms of the Affero GNU General Public License as published by the +# Free Software Foundation, either version 3 of the License, or (at your +# option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the Affero GNU General Public License +# and the GNU General Public License along with this program. If not, see +# . +# +# The authors can be reached via e-mail to +# + my %ARG = @ARGV; use List::Util; @@ -14,6 +36,7 @@ flying gender + hintmode attack_skill ranged_skill @@ -157,7 +180,6 @@ no_attack no_damage no_drop - no_fix_player no_magic no_pick no_skill_ident @@ -171,6 +193,7 @@ only_attack other_arch overlay_floor + owner path_attuned path_denied path_repelled @@ -183,6 +206,7 @@ race random_move random_movement + random_speed randomitems range range_modifier @@ -229,6 +253,7 @@ sp speed speed_left + sl splitting stand_still startequip @@ -236,9 +261,9 @@ stealth str subtype + tag tear_down title - tooltype treasure_env type unaggressive @@ -287,13 +312,6 @@ file_format_version - temp - pressure - humid - windspeed - winddir - sky - map savebed_map bed_x @@ -367,6 +385,8 @@ change_slaying yes no + + max_level ); open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"