From 4eda83d76907dbf8d068bf344399053b106cebdd Mon Sep 17 00:00:00 2001 From: mwedel Date: Thu, 21 Oct 2010 06:22:46 +0000 Subject: [PATCH] Changes for new character creation: system/map.arc: Add subtype to existing starting map, add new ones for player to be able to choose. player/...: Make race/class names lowercase - most already were, so make few that were not lowercase so they are all consistent. MSW 2010-10-20 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@14016 282e977c-c81d-0410-88c4-b93c2d0d6712 --- CHANGES | 7 ++++ player/class/Warrior/warrior.arc | 2 +- player/race/northman.arc | 2 +- player/race/quetzalcoatl.arc | 2 +- player/race/serpentman.arc | 2 +- system/map.arc | 56 ++++++++++++++++++++++++++++++++ 6 files changed, 67 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 288017543..042a8b621 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,13 @@ Changes for SVN top of tree: ============================================================================== +Changes for new character creation: +system/map.arc: Add subtype to existing starting map, add new ones for + player to be able to choose. +player/...: Make race/class names lowercase - most already were, so make + few that were not lowercase so they are all consistent. +MSW 2010-10-20 + Fix incorrect svn properties, for example .png should not have svn:keywords set, that could in worst case result in corruption. While we are updating properties anyway, clean up incorrect (but mostly harmless) svn:mime-type, diff --git a/player/class/Warrior/warrior.arc b/player/class/Warrior/warrior.arc index 6906bb28a..2a19e688c 100644 --- a/player/class/Warrior/warrior.arc +++ b/player/class/Warrior/warrior.arc @@ -1,5 +1,5 @@ Object warrior_class -name Warrior +name warrior randomitems warrior_class_items anim_suffix class_warrior face warrior.151 diff --git a/player/race/northman.arc b/player/race/northman.arc index 65438d05c..83cbcb99c 100644 --- a/player/race/northman.arc +++ b/player/race/northman.arc @@ -1,5 +1,5 @@ Object northman_player -name Northman +name northman race human randomitems northman_player_items face viking.151 diff --git a/player/race/quetzalcoatl.arc b/player/race/quetzalcoatl.arc index bcf9e7a3b..6633e336d 100644 --- a/player/race/quetzalcoatl.arc +++ b/player/race/quetzalcoatl.arc @@ -1,5 +1,5 @@ Object quetzalcoatl_player -name Quetzalcoatl +name quetzalcoatl race reptile randomitems quetzalcoatl_player_items face quetzalcoatl.131 diff --git a/player/race/serpentman.arc b/player/race/serpentman.arc index 08be95647..52e4a8297 100644 --- a/player/race/serpentman.arc +++ b/player/race/serpentman.arc @@ -1,5 +1,5 @@ Object serpentman_player -name Serpentman +name serpentman race reptile randomitems serpentman_player_items face serpentman.131 diff --git a/system/map.arc b/system/map.arc index d87f43abe..f3dbec4e1 100644 --- a/system/map.arc +++ b/system/map.arc @@ -1,5 +1,6 @@ Object map type 22 +subtype 1 slaying /HallOfSelection race /start/HallsOfSelection face map.111 @@ -10,3 +11,58 @@ sp 1 value 300 weight 7200 end +# +Object map_nexus +type 22 +subtype 2 +slaying /start/Nexus +face map.111 +hp 12 +sp 12 +end +# +Object map_scorn +name Scorn +type 22 +subtype 3 +slaying /world/world_105_116 +hp 4 +sp 4 +face map.111 +msg +Scorn is the best place for new players to start when they have already completed the beginners tutorial. +Players starting in Scorn have a lot of ready options for adventuring. +This does however mean that many others may be adventuring in the same areas. +endmsg +end +# +Object map_beginners_house +name Beginners House +type 22 +subtype 3 +slaying /start/newbieshouse +face map.111 +hp 9 +sp 4 +msg +The beginners house is a good choice for first time players. It will teach you some of the mechanics of the game. + +If you have played before, you may choose to skip the beginners house and start your adventures in some other location right away. +endmsg +end +# +Object map_navar_city +name Navar City +type 22 +subtype 3 +slaying /world/world_122_117 +hp 3 +sp 10 +face map.111 +msg +Navar is a good place for more experienced players to start. +Adventurers starting in Navar might have to do a bit more exploring, but then it is more likely you will find things. + +[b]WARNING[/b]: Navar is not a "Newbie Friendly" place. True novices should start either in beginners house or Scorn. +endmsg +end