Skip to content

Cheat sheet for Demon's Souls. Checklist of things to do, items to get, etc.

License

Notifications You must be signed in to change notification settings

rootBrz/demons-souls-cheat-sheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demon's Souls Cheat Sheet

Fork of https://github.com/iforgottosave/demons-souls-cheat-sheet by iforgottosave.

Fork adds detailed checklist of unique weapons needed for Soldier trophy.

To view the cheat sheet click here

The foundation of this guide was based on Dark Souls 3 Cheat Sheet created by Zachary Kjellberg

The walkthrough is made thanks to IGN's Walkthrough Guide and xHolmesWalkthroughsx7's Demon's Souls Walkthrough

Contribution Guide

If you are interested in contributing to this guide, submit an Issue Report or a Pull Request

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

<li data-id="playthrough_9_1" class="f_stone f_misc">Head left until you can enter a room with a Renowned Hero's Soul and Shard of Sharpstone x2</li>

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

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

Class Description
f_boss Bosses
f_npc NPCs
f_stone Stones
f_soul Demon Souls
f_ring Rings
f_weap Weapons & Shields
f_arm Armors
f_misc any other items

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

As NG+ does not add any new and/or differing items, there is no class for it

About

Cheat sheet for Demon's Souls. Checklist of things to do, items to get, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.7%
  • JavaScript 12.4%
  • CSS 1.9%