Giter VIP home page Giter VIP logo

kristianserrano / savage-eberron-for-foundry-vtt Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 2.0 7.31 MB

A Foundry VTT content module of Eberron for Savage Worlds, an adaptation of the Dungeons & Dragons v3.5 Eberron Campaign Setting for the Savage Worlds roleplaying game.

Home Page: https://immaterialplane.com/products/eberron-for-savage-worlds/

License: Other

CSS 2.27% HTML 97.30% Shell 0.15% JavaScript 0.28%
eberron foundryvtt savage-worlds savage-worlds-adventure-edition

savage-eberron-for-foundry-vtt's Introduction

Eberron for Savage Worlds Foundry VTT Module

Eberron for Savage Worlds brings the cinematic “Fast! Furious! Fun!” action of the Savage Worlds roleplaying game to Khorvaire and the lands beyond, giving you the tools to create fantastic tales of adventure and intrigue!

This product is unofficial Fan Content permitted under the Fan Content Policy (FCP). Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC.

In compliance with the FCP, The Immaterial Plane—an official Savage Worlds Ace licensee—has published this game material as a freely available Google Doc that can be read, duplicated, or downloaded in multiple formats. An archive of previous versions is kept in a publicly accessible folder.

Additionally, Eberron for Savage Worlds is also available as a premium PDF professionally laid out by Karl Keesler. The PDF contains links, a table of contents, an index, and bookmarks as well as a foreword written by Keith Baker and a preface written by Kristian Serrano.

About the Module

This module requires the following:

The Savage Worlds Adventure Deck module for Foundry VTT is optional.

Work on this module is incomplete but ongoing. Below is a list of what content is or will be available as development continues.

  • Journal Entry with complete contents of the book styled similarly to the premium PDF
  • Items:
    • Ancestries
    • Ancestral Abilities
    • Edges, including Arcane Backgrounds
    • Gear (equipment, weapons, armor, shields, etc.)
    • Powers
    • Magic Items
  • Actors
    • Organizations
    • Bestiary
  • Cross-linked content linking Foundry VTT Document Types (Items, Actors, and Journal Entries) to one another

Support This Module

If you'd like to support ongoing development and support for this module, please consider joining my Patreon.

Installation Instructions

Copy the following URL:

https://github.com/kristianserrano/savage-eberron-for-foundry-vtt/releases/latest/download/module.json

Follow the instructions on this Foundry VTT Knowledge Base article for Installing new modules with a manifest URL.

savage-eberron-for-foundry-vtt's People

Contributors

kristianserrano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

savage-eberron-for-foundry-vtt's Issues

Use SWADE's new Choice Sets wherever possible

Possible updates

  • Kalashtar's Arcane Background (psion or soulknife)
  • Shifter Shifting Abilities
  • Language Skill instead of each Language in the Compendium
  • Extra Shifter Trait
  • Least/Lesser/Greater Dragonmark

Investigate how to apply a choice set of Item Grants

{
    "uuid": "Compendium.savage-eberron.eberron-ancestries.Item.GPBbqKlhWGwV1M2N",
    "img": "icons/creatures/abilities/bear-roar-bite-brown-green.webp",
    "name": "Shifting (Razorclaw)",
    "mutation": {}
}

Put the choice set on the item being granted. In the case of a Shifter, the Shifting Ability would have the choice set.

[
    {
        "title": "Shifter Trait", // Title of the choice set.
        "choice": null, // Not sure what this is.
        "choices": [{
            "name": "Razorclaw",
            "addToName": true, // Not sure what add to name does
            "mutation": {}, // Can this include what item grants are applied?
            }
        },],
    }
]

Example below is for the Speak Language power, assigning it to an appropriate AB.

[
    {
        "title": "Arcane Background", // Title of the choice set.
        "choice": null, // Not sure what this is.
        "choices": [ // An array of choices containing values assigned to the parent item. Essentially a selection of mutations.
            {
                "name": "Magic",
                "addToName": true, // Not sure what add to name does
                "mutation": {
                    "system": {
                        "actions": {
                            "trait": "Spellcasting"
                        }
                    }
                }
            },
            {
                "name": "Miracles",
                "addToName": true,
                "mutation": {
                    "img": "modules/swrifts-tlpg/assets/tokens/arcane-miracles.webp",
                    "system": {
                        "arcane": "Miracles",
                        "actions": {
                            "trait": "Faith"
                        }
                    }
                }
            },
            {
                "name": "Psionics",
                "addToName": true,
                "mutation": {
                    "img": "modules/swrifts-tlpg/assets/tokens/arcane-psionics.webp",
                    "system": {
                        "arcane": "Psionics",
                        "actions": {
                            "trait": "Psionics"
                        }
                    }
                }
            },
            {
                "name": "Techno-Wizardry",
                "addToName": true,
                "mutation": {
                    "img": "modules/swrifts-tlpg/assets/tokens/arcane-techno-wizard.webp",
                    "system": {
                        "arcane": "Techno-Wizardry",
                        "actions": {
                            "trait": "Techno-Wizardry"
                        }
                    }
                }
            },
            {
                "name": "Gifted",
                "addToName": true,
                "mutation": {
                    "img": "modules/swrifts-tlpg/assets/tokens/arcane-gifted.webp",
                    "system": {
                        "arcane": "Gifted",
                        "actions": {
                            "trait": "Focus"
                        }
                    }
                }
            },
            {
                "name": "Weird Science",
                "addToName": true,
                "mutation": {
                    "img": "modules/swrifts-tlpg/assets/tokens/arcane-ws.webp",
                    "system": {
                        "arcane": "Weird Science",
                        "actions": {
                            "trait": "Weird Science"
                        }
                    }
                }
            }
        ]
    }
]

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.