diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-12 18:35:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-12 18:35:08 +0200 |
| commit | 23a56bd50b04211da3cab45f72c3390711b2416b (patch) | |
| tree | ab9a4a0136b4cce06dba7d853e296f682f807dbb /content/notes/dcss-new-player-guide.md | |
| parent | cecb4b48a39a3558979b9c4b50e45bf605a3684e (diff) | |
| download | mitjafelicijan.com-23a56bd50b04211da3cab45f72c3390711b2416b.tar.gz | |
Moved notes and posts into subfolders
Diffstat (limited to 'content/notes/dcss-new-player-guide.md')
| -rw-r--r-- | content/notes/dcss-new-player-guide.md | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/content/notes/dcss-new-player-guide.md b/content/notes/dcss-new-player-guide.md new file mode 100644 index 0000000..ff8493c --- /dev/null +++ b/content/notes/dcss-new-player-guide.md | |||
| @@ -0,0 +1,98 @@ | |||
| 1 | --- | ||
| 2 | title: Dungeon Crawl Stone Soup - New player guide | ||
| 3 | url: dcss-new-player-guide.html | ||
| 4 | date: 2023-05-25T22:00:00+02:00 | ||
| 5 | type: note | ||
| 6 | draft: false | ||
| 7 | tags: [dcss] | ||
| 8 | --- | ||
| 9 | |||
| 10 | An amazing game deserves an amazing guide. All this material can be find in some | ||
| 11 | form on another on [craw's](https://github.com/crawl/crawl) official repository. | ||
| 12 | |||
| 13 | - [DCSS Quickstart](/notes/dcss-quickstart.pdf) - Very short introduction to the | ||
| 14 | game | ||
| 15 | - [DCSS Manual](/notes/dcss_manual.pdf) - Extensive manual about the game | ||
| 16 | |||
| 17 |  | ||
| 18 | |||
| 19 | **Movement and Exploration** | ||
| 20 | |||
| 21 | - You can move around with the numpad (try numlock on and off), vi-keys, or | ||
| 22 | clicking with the mouse. Arrow keys work, though you can't move diagonally | ||
| 23 | with them. Pressing Shift and a direction will move until you see/hit | ||
| 24 | something. | ||
| 25 | - Pressing `>` will take you down a staircase, and `<` to go up a staircase. | ||
| 26 | - You can open doors by walking into them, and close them with `C`. | ||
| 27 | - You can autoexplore by pressing `o`. | ||
| 28 | - You can re-view recent messages with `Ctrl-p`. | ||
| 29 | |||
| 30 | **Monsters and Combat** | ||
| 31 | |||
| 32 | - You can pick up items with `,` or `g`. | ||
| 33 | - Wield weapons with `w`. Weapons have different stats. | ||
| 34 | - (You may also engage in Unarmed Combat, though it isn't very effective when | ||
| 35 | untrained). | ||
| 36 | - Attack monsters in melee by walking in their direction (or with | ||
| 37 | Ctrl-direction). | ||
| 38 | - You can wait with `.` or `s`, passing your turn - such as to get monsters into | ||
| 39 | a corridor with you. | ||
| 40 | - You can rest with `5`, waiting until you are fully healed, or something | ||
| 41 | noteworthy happens. | ||
| 42 | - Either mouseover and rightclick, or use `x` then `v` on the monster to examine | ||
| 43 | monsters. Monsters with a red border are 'dangerous' relative to your current | ||
| 44 | XP level (XL). | ||
| 45 | - Quiver (often ranged) actions for further use with `Q`. | ||
| 46 | - You can fire ranged weapons manually with `f`, or auto-target your quiver with | ||
| 47 | `p` or `Shift-Tab`. Throwing weapons can be thrown immediately, while | ||
| 48 | launchers (like bows) need to be wielded first. | ||
| 49 | |||
| 50 | **Items and Inventory** | ||
| 51 | |||
| 52 | - View your inventory by pressing `i`. Most item related commands can also be | ||
| 53 | done with this menu. | ||
| 54 | - You can wear amour with `W;` amour gives `AC`, while heavier body armour | ||
| 55 | reduces `EV`. | ||
| 56 | - Autoexplore will automatically pick up useful items, such as potions and | ||
| 57 | scrolls, if you aren't in danger. | ||
| 58 | - You can read scrolls with `r` and drink ("quaff") potions with `q`. | ||
| 59 | - Equipment items may have brands, with special properties. Branded equipment is | ||
| 60 | blue when unidentified. | ||
| 61 | - Equipment items may be artifacts, often with unique properties, and are | ||
| 62 | unmodifiable. They are written in white. | ||
| 63 | - You can evoke wands with `V`. | ||
| 64 | - You can put on jewelry with `P`, and remove it with `R`. | ||
| 65 | - Gold is used in shops, which can be interacted with by either `>` or `<`. | ||
| 66 | |||
| 67 | **Magic and Spellcasting** | ||
| 68 | |||
| 69 | - Once you find a spellbook, you can memorize spells with `M`. | ||
| 70 | - You need to be the same XL as the spell's spell level in order to learn it, in | ||
| 71 | addition to training magical skill (to lower failure rate). | ||
| 72 | - Cast spells by pressing `z`, then the letter assigned to the spell. You may | ||
| 73 | also Quiver a spell and then use it like a ranged weapon (with Shift-Tab). | ||
| 74 | - You can view your memorized spells by pressing `I` (capital-i) or `z`. | ||
| 75 | - Like HP, you can recover MP by resting (with 5). | ||
| 76 | - Many spells can be positioned more effectively, or combined with other spells, | ||
| 77 | in order to get (more effective) use out of them. | ||
| 78 | - Heavier body amour and shields hamper spellcasting. | ||
| 79 | |||
| 80 | **Gods and Divine Abilities** | ||
| 81 | |||
| 82 | - You may look at a god's overview by praying at their altar (with `>` or `<`). | ||
| 83 | After praying, you can worship the god by pressing Enter afterwards. | ||
| 84 | - Gods all have unique features about them. Trog, the god of the tutorial, is | ||
| 85 | also the god of rage and bloodshed, and so despises spellcasting. | ||
| 86 | - Gods like and dislike different things. Most gods either like killing things | ||
| 87 | (like Trog) or exploring new areas (like Elyvilon), rewarding you piety | ||
| 88 | (divine favor) for doing so. | ||
| 89 | - You should learn to use and even rely on divine abilities often, as they are | ||
| 90 | usually very strong. Trog's Berserk gives you 1.5x health, 1.5x speed (to all | ||
| 91 | valid actions), and a big damage boost. Note that Berserk prevents most | ||
| 92 | actions other than move and melee attack, and runs out very quickly if you | ||
| 93 | aren't attacking. And after berserk ends, you are slowed down and can't | ||
| 94 | berserk again for a short time. | ||
| 95 | - In addition, the vast majority of abilities consume piety in the process. | ||
| 96 | Regardless, this ability is very cheap, and the benefits are incredible, so | ||
| 97 | don't hold back! | ||
| 98 | - Pressing `^` will let you view your current god, abilities, and piety. | ||
