Git Product home page Git Product logo

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

View Code? Open in Web Editor NEW
7.0 7.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 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.