dischinator / dark-souls-2-cheat-sheet

Checklist for Dark Souls 3 using HTML5 offline storage to store progress

Home Page:http://zkjellberg.github.io/dark-souls-3-cheat-sheet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dark Souls 3 Cheat Sheet

To view the cheat sheet click here.

This checklist was created by adopting the source code from Dark Souls 2 Cheat Sheet created 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_17_12" class="f_wpn f_armor">Kill Sword Master Saber to get the Uchigatana and Master's Attire</li>

The data-id is a unique ID used to store the user's progress. For example, playthrough_17_12 was the 12th task in zone 17. You can add new elements out of order, but they must be added in ascending order.

The class="f_gear f_ring" field is used for the filtering system. This task provides the user with gear and a ring, so we use f_gear and f_ring. The full list of filter classes are listed below.

Class Description
f_quest Quest
f_side Sidequsts
f_estus Etus
f_gear Gear
f_ring Ring
f_spells Spells
f_mat Materials
f_misc Misc

About

Checklist for Dark Souls 3 using HTML5 offline storage to store progress

http://zkjellberg.github.io/dark-souls-3-cheat-sheet/


Languages

Language:HTML 93.9%Language:JavaScript 5.5%Language:CSS 0.6%