|
From: Crossfire C. r. messages.
<cro...@li...> - 2010-10-21 06:22:52
|
Revision: 14016
http://crossfire.svn.sourceforge.net/crossfire/?rev=14016&view=rev
Author: mwedel
Date: 2010-10-21 06:22:46 +0000 (Thu, 21 Oct 2010)
Log Message:
-----------
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
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/player/class/Warrior/warrior.arc
arch/trunk/player/race/northman.arc
arch/trunk/player/race/quetzalcoatl.arc
arch/trunk/player/race/serpentman.arc
arch/trunk/system/map.arc
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2010-10-21 06:20:33 UTC (rev 14015)
+++ arch/trunk/CHANGES 2010-10-21 06:22:46 UTC (rev 14016)
@@ -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,
Modified: arch/trunk/player/class/Warrior/warrior.arc
===================================================================
--- arch/trunk/player/class/Warrior/warrior.arc 2010-10-21 06:20:33 UTC (rev 14015)
+++ arch/trunk/player/class/Warrior/warrior.arc 2010-10-21 06:22:46 UTC (rev 14016)
@@ -1,5 +1,5 @@
Object warrior_class
-name Warrior
+name warrior
randomitems warrior_class_items
anim_suffix class_warrior
face warrior.151
Modified: arch/trunk/player/race/northman.arc
===================================================================
--- arch/trunk/player/race/northman.arc 2010-10-21 06:20:33 UTC (rev 14015)
+++ arch/trunk/player/race/northman.arc 2010-10-21 06:22:46 UTC (rev 14016)
@@ -1,5 +1,5 @@
Object northman_player
-name Northman
+name northman
race human
randomitems northman_player_items
face viking.151
Modified: arch/trunk/player/race/quetzalcoatl.arc
===================================================================
--- arch/trunk/player/race/quetzalcoatl.arc 2010-10-21 06:20:33 UTC (rev 14015)
+++ arch/trunk/player/race/quetzalcoatl.arc 2010-10-21 06:22:46 UTC (rev 14016)
@@ -1,5 +1,5 @@
Object quetzalcoatl_player
-name Quetzalcoatl
+name quetzalcoatl
race reptile
randomitems quetzalcoatl_player_items
face quetzalcoatl.131
Modified: arch/trunk/player/race/serpentman.arc
===================================================================
--- arch/trunk/player/race/serpentman.arc 2010-10-21 06:20:33 UTC (rev 14015)
+++ arch/trunk/player/race/serpentman.arc 2010-10-21 06:22:46 UTC (rev 14016)
@@ -1,5 +1,5 @@
Object serpentman_player
-name Serpentman
+name serpentman
race reptile
randomitems serpentman_player_items
face serpentman.131
Modified: arch/trunk/system/map.arc
===================================================================
--- arch/trunk/system/map.arc 2010-10-21 06:20:33 UTC (rev 14015)
+++ arch/trunk/system/map.arc 2010-10-21 06:22:46 UTC (rev 14016)
@@ -1,5 +1,6 @@
Object map
type 22
+subtype 1
slaying /HallOfSelection
race /start/HallsOfSelection
face map.111
@@ -10,3 +11,58 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|