Deadlands-sheet

Deadlands Character Sheet

Link to hosted character sheet

A custom character sheet for Deadlands: The Weird West using Savage Worlds Adventure Edition rules. This sheet is built with HTML, CSS, and JavaScript, and allows users to create, save, and load character data using the browser’s IndexedDB storage or via JSON format.

Features

Getting Started

  1. Clone or Download this repository.
  2. Open deadlands-character-sheet.html in any modern web browser (Chrome, Firefox, Edge, Safari).
  3. You can now edit the fields, add skills/powers/weapons, etc.

How to Use

  1. Filling Out the Sheet
    • Click on any of the dice buttons (e.g., d4, d6, etc.) to select the die type for each attribute or skill.
    • Use the “Add” buttons to insert more skills, powers, gear, hindrances, edges/advances, or weapons.
  2. Managing Characters
    • Fill out your character sheet.
    • Click Save Character to store it in your browser’s IndexedDB storage.
    • Your character will be saved locally in your browser and persist between sessions.
    • Click New Character at any time to start fresh.
  3. Loading Characters
    • Click Load Character to see a list of all your saved characters with their last update time.
    • Click the Load button next to the character you want to load.
    • The sheet will automatically populate with the saved data.
    • You can also delete unwanted characters from this screen.
  4. Backup and Sharing
    • Click Export Character to export the current character as JSON.
    • Copy the JSON text to save it externally or share it with other players.
    • To import a character from JSON, click Import Character, paste the JSON, and click anywhere outside the text area.

Browser Storage

Customizing


License

This application references the Savage Worlds game system, available from Pinnacle Entertainment Group at www.peginc.com.

Savage Worlds and all associated logos and trademarks are copyrights of Pinnacle Entertainment Group. Used with permission. Pinnacle makes no representation or warranty as to the quality, viability, or suitability for purpose of this product.

MIT License

Copyright (c) [2025] [Coldplazma]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.