Register

Lyinggods Star Wars Extra Fields

An Add-on Module for Foundry Virtual Tabletop

Author: Lyinggod Project Source Versions 12 - 12.999 (Verified 12) Last Updated 2 months ago

This is in support of the Genesys RPG when played in the FFG Star Wars system. It allows for the addition of custom fields to actor sheets below the derived stats.

 

Module Screenshot

Features

Getting Started

Installation

  1. Download the Module: Obtain the latest version from the GitHub repository.
  2. Install in Foundry: Import the module into Foundry VTT via the Module Browser or by manually uploading it.
  3. Activate the Module: Ensure the module is enabled in your Foundry VTT game settings.

Configuration

Defining Custom Fields

Customize your actors by adding new fields through the Configuration Settings and the Custom Fields dialog.

Custom Fields Dialog

Group Name

Organize your fields by grouping them under a specific name.

Group Management Example

Ungrouped Fields Example

Ordering Fields

The display order of fields on an actor is determined by their sequence in the Custom Fields dialog. Reorder fields effortlessly using the drag-and-drop feature.

Formatting

To enhance the visual layout of your actor sheets, you can create empty spaces by leaving the Field Name blank. This feature is useful for organizing information and improving readability, as demonstrated in the example images above.

API or lack thereof

The fields are stored in the actor in _flags.lgs-extra-fields-for-star-wars.extraFields as an object:

[
    {
        "group": "Sanity",
        "name": "Curret",
        "value": 0
    },
    {
        "group": "Sanity",
        "name": "Threshold",
        "value": 0
    }
]

Important Considerations

Renaming Groups or Field Names

Be cautious when renaming Group Names or Field Names. Doing so will reset any stored data on the actor to 0. Ensure that you intend to reset the data before making such changes.

Compatibilities

This has been tested with module Alternative sheet design for FFG Star Wars using included custom actor templates include with that module. However modifications to those templates may affect compatibility.

Incompatibilities

This module may not be compatible with other modules that modify the default actor template. If you experience issues, check for conflicts with other installed modules and consult their documentation for compatibility information.

Support & Contributions

If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository. Contributions are welcome—feel free to submit pull requests or propose new features!

Supported Game Systems

  1. Star Wars FFG system for Foundry VTT

    Latest Version: Version 1.906 Last Updated 1 month, 2 weeks ago

Categories

Available Versions

  1. Version 1.0.3

    2 months ago
    Foundry Version 12 - 12.999 (Verified 12) Manifest URL Read Notes
  2. Version 1.0.2

    2 months, 1 week ago
    Foundry Version 12 - 12.999 (Verified 12) Manifest URL Read Notes
  3. Version 1.0.0

    2 months, 1 week ago
    Foundry Version 12 - 12.999 (Verified 12) Manifest URL Read Notes