| Latest version | 1.0.2 |
|---|---|
| Minimum Core | 12 |
| Compatible Core | 12 |
| File size | 9 B |
| Last updated | 1 year ago |
| Created | 1 year ago |
| Authors | |
| Languages |
|
| Systems |
Starwarsffg |
| Project source | Project URL |
| Read-me | Readme URL |
This is a module crafted for the FFG Star Wars system in Foundry VTT. It allows you to enhance your actors by adding custom fields beneath their derived values, providing greater depth and customization for your campaigns.
Customize your actors by adding new fields through the Configuration Settings and the Custom Fields dialog.
Organize your fields by grouping them under a specific name.
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.
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.
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
}
]
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.
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.
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!
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: lgs-extra-fields-for-star-wars or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.