diff --git a/ChangeLog b/ChangeLog index ecdafdbb4..cae76f962 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/player/class/Warrior/ranger.trs b/player/class/Warrior/ranger.trs index e4b3a9fe4..4b9d3ab9b 100755 --- a/player/class/Warrior/ranger.trs +++ b/player/class/Warrior/ranger.trs @@ -19,5 +19,7 @@ treasure ranger_class_items list basic_skills more arch leather_armour + more + arch guide_ranged end diff --git a/readable/guide/guide_ranged.arc b/readable/guide/guide_ranged.arc new file mode 100644 index 000000000..d147efa6e --- /dev/null +++ b/readable/guide/guide_ranged.arc @@ -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