Add guide to Ranged Combat so that the Ranger class starts out with a guide like other classes do.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21543 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
a00aff3d0a
commit
d33b4ddedc
|
@ -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
|
||||
|
|
|
@ -19,5 +19,7 @@ treasure ranger_class_items
|
|||
list basic_skills
|
||||
more
|
||||
arch leather_armour
|
||||
more
|
||||
arch guide_ranged
|
||||
end
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue