|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-11-13 16:36:39
|
Revision: 21543
http://sourceforge.net/p/crossfire/code/21543
Author: silvernexus
Date: 2020-11-13 16:36:35 +0000 (Fri, 13 Nov 2020)
Log Message:
-----------
Add guide to Ranged Combat so that the Ranger class starts out with a guide like other classes do.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/player/class/Warrior/ranger.trs
Added Paths:
-----------
arch/trunk/readable/guide/guide_ranged.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-11-12 18:02:16 UTC (rev 21542)
+++ arch/trunk/ChangeLog 2020-11-13 16:36:35 UTC (rev 21543)
@@ -1,3 +1,8 @@
+Add guide to Ranged Combat so that the Ranger class can start with a guide.
+readable/guide/guide_ranged.arc
+player/class/Warrior/ranger.trs
+Daniel Hawkins 2020-11-13
+
New image for composite bow. Move the old image to the classic tileset.
weapon/bow/compositebow.base.111.png
weapon/bow/compositebow.clsc.111.png
Modified: arch/trunk/player/class/Warrior/ranger.trs
===================================================================
--- arch/trunk/player/class/Warrior/ranger.trs 2020-11-12 18:02:16 UTC (rev 21542)
+++ arch/trunk/player/class/Warrior/ranger.trs 2020-11-13 16:36:35 UTC (rev 21543)
@@ -19,5 +19,7 @@
list basic_skills
more
arch leather_armour
+ more
+ arch guide_ranged
end
Added: arch/trunk/readable/guide/guide_ranged.arc
===================================================================
--- arch/trunk/readable/guide/guide_ranged.arc (rev 0)
+++ arch/trunk/readable/guide/guide_ranged.arc 2020-11-13 16:36:35 UTC (rev 21543)
@@ -0,0 +1,18 @@
+Object guide_ranged
+name guide to Ranged Combat
+msg
+o You can change how you fire arrows with the "bowmode" command. Depending on your combat situation, different modes will be useful at different times.
+o Most bows require strength to draw and hold at the ready. Be on the lookout for equipment that increases strength.
+o Dexterity will help you maneuver around monsters to keep them at a distance, as well as make you harder to hit should they actually reach you. Potions and gear that increase Dexterity may prove invaluable.
+o Quivers of Holding Arrows or Bolts are important, so that you can carry large quantities of arrows without weighing yourself down.
+o Don't forget to retrieve your arrows after you've cleaned up a room! Running out of arrows mid-fight is embarassing and sometimes lethal.
+o Having some spells to replenish your arsenal, such as "create missile", can prove invaluable. Arrows will break occasionally when they are used and will need to be replaced over time.
+endmsg
+nrof 1
+face book_red.111
+type 8
+subtype 2
+skill literacy
+material 1
+weight 4000
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|