5E Product Walkthrough Playlist
  1. #1
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404

    Setting ruleset currency labels

    CoreRPG based rulesets read the currency labels from the GameSystem.currencies LUA table. If the campaign you're playing has different coin names/labels you can change FG to use these instead of the defaults. Or actually add some labels - base CoreRPG and MoreCore don't have any currency labels set - which is understandable as they are generic rulesets meant to cover many different RPG systems and settings.

    Attached is a very simple extension that has a single script package that is executed when the campaign loads, all the script does is set the LUA table:

    Code:
    GameSystem.currencies = { "PP", "GP", "SP", "CP" };
    These are just example labels - change them to whatever you want.

    When the extension is activated in a campaign it will set the currencies for the campaign - if they have not been used before. You'll get different behaviour if you already have currency entries in the party sheet, for example.

    The main area this will impact is the Party Sheet inventory and the treasure parcel. It won't automatically set these currency values in a PC sheet - those will be populated if loot is distributed from the party sheet, or just add them in manually as required.
    Attached Files Attached Files
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  2. #2
    Thanks.
    I try immediately!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
STAR TREK 2d20

Log in

Log in