Coder Social home page Coder Social logo

dalinicus / demons-souls-cheat-sheet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iforgottosave/demons-souls-cheat-sheet

0.0 0.0 0.0 27 KB

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

License: MIT License

JavaScript 12.76% CSS 1.91% HTML 85.33%

demons-souls-cheat-sheet's Introduction

Demon's Souls Cheat Sheet

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

demons-souls-cheat-sheet's People

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.