Git Product home page Git Product logo

dark-souls-3-cheat-sheet's Introduction

Dark Souls 3 Cheat Sheet

To view the cheat sheet click here.

This checklist was created by adopting the source code from the Dark Souls 2 Cheat Sheet created by Stephen McNabb.

The walkthrough is thanks to DeathGodGarra's NPC Side Quests Guide V2.

Contribution Guide

If you are interested in contributing to this guide, I welcome Pull Requests.

For some background on how the guide code is written, here is a sample item on the checklist:

<li data-id="playthrough_13_20" class="f_gem f_misc">Continue left until you can enter a room with a Large Soul of a Nameless Soldier and a Raw Gem</li>

The data-id is a unique ID used to store the user's progress. For example, playthrough_13_20 is the 20th task in zone 13. New data-ids must be used in ascending order, but you can place the new entries anywhere within a zone.

The class="f_gem f_misc" field is used for the filtering system. This task provides the user with a gem and a consumable, so we use f_gem and f_misc. The full list of filter classes is:

Class Description
f_boss Boss fights
f_npc NPC side quests
f_estus Estus Shards
f_bone Undead Bone Shards
f_tome Sorcery Scrolls, Pyromancy Tomes, and Divine Tomes
f_coal Coals
f_ash Umbral Ashes
f_gest Gestures
f_sorc Sorceries
f_pyro Pyromancies
f_mirac Miracles
f_ring Rings
f_weap Weapons, Spell Tools, and Shields
f_arm Armor Sets or individual pieces
f_tit Titanite
f_gem Gems
f_cov Covenants
f_misc any other items

If none of these filter classes match, use class="f_none".

In addition to the filter classes, there is a second type of classes used to control the visibility of entries based on which playthrough the user is on:

Class Description
h_ng+ items hidden on NG+ and beyond, e.g., Ashen Estus Flask
s_ng+ items shown on NG+ and beyond, e.g., +1 rings
s_ng++ items shown on NG++ and beyond, e.g., +2 rings

dark-souls-3-cheat-sheet's People

Contributors

zkjellberg avatar loidas avatar scottishwolverine avatar spaceeraser avatar algent avatar cjkmpf avatar electrospecter avatar happyvlane avatar alanyee avatar stochast1c avatar djs4000 avatar harry-harrison avatar laplacenoma avatar rejna avatar cptjabberwock avatar sethxd avatar enriquevp avatar binaryshrub avatar staal avatar darkmio avatar johnedwa avatar bad-r0bot avatar wesselkuipers avatar nickardson avatar kolemyers avatar dkelley1 avatar adamkeim-pwr avatar janaipakos avatar bmitchell-exonar avatar bluedi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.