ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra.pm (file contents):
Revision 1.55 by root, Thu Mar 23 07:06:17 2006 UTC vs.
Revision 1.56 by root, Thu Mar 23 07:33:16 2006 UTC

39 maplore => "endmaplore", 39 maplore => "endmaplore",
40); 40);
41 41
42# same as in server save routine, to (hopefully) be compatible 42# same as in server save routine, to (hopefully) be compatible
43# to the other editors. 43# to the other editors.
44our @FIELD_ORDER_MAP = (qw(
45 name swap_time reset_timeout fixed_resettime difficulty region
46 shopitems shopgreed shopmin shopmax shoprace
47 darkness width height enter_x enter_y msg maplore
48 unique template
49 outdoor temp pressure humid windspeed winddir sky nosmooth
50 tile_path_1 tile_path_2 tile_path_3 tile_path_4
51));
52
44our @FIELD_ORDER = (qw( 53our @FIELD_ORDER = (qw(
45 name name_pl custom_name title race 54 name name_pl custom_name title race
46 slaying skill msg lore other_arch face 55 slaying skill msg lore other_arch face
47 #events 56 #todo-events
48 animation is_animated 57 animation is_animated
49 Str Dex Con Wis Pow Cha Int 58 Str Dex Con Wis Pow Cha Int
50 hp maxhp sp maxsp grace maxgrace 59 hp maxhp sp maxsp grace maxgrace
51 exp perm_exp expmul 60 exp perm_exp expmul
52 food dam luck wc ac x y speed speed_left move_state attack_movement 61 food dam luck wc ac x y speed speed_left move_state attack_movement

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines