Register

Chronicle System (Unofficial)

A Game System for Foundry Virtual Tabletop

Author: Kirlian Silvestre Project Source: Project URL Versions 11+ (Verified 11.315) Last Updated 1 month, 2 weeks ago

Chronicle System (Unofficial) for Foundry VTT

This is a fan-created implementation of Green Ronin's Chronicle System for Foundry VTT, this system is used in Swords Chronicle RPG and Song of Ice and Fire RPG.

It currently has one functional character sheet with the following characteristics:

And a House Sheet:

Some of the future implementations include:

How to Create a Weapon

The main things to know about create a weapon are:

P.s.: for now, for the automations to work, everything needs to be registered in English, both the qualities of weapons and armor, as well as abilities and their specialties.

Example macro for doing specialty tests.

the following macro rolls the given test for all tokens that are selected in the map.

    const ability = "Agility"; //change it to the name of the ability you want to test
    const specialty = "Acrobatics"; //change it to the name of the specialty you want to test or leave as NULL to not use any specialties 
    const testName = "Acrobatics"; //put any test name you want to be shown in the chat.
    const showModifierDialog = false; // change it to true if you want to show the modifiers window.

    canvas.tokens.controlled.forEach((token) => {
      let formula = ChronicleSystem.getActorAbilityFormula(token.actor, ability, specialty);
      ChronicleSystem.handleRollAsync(`formula:${testName}:${formula.toStr()}`, token.actor, showModifierDialog);
    })

Credits

Although, for now, I'm making the system myself, I've been looking for a lot of inspiration (sometimes I've even copied it, sorry for that) in other existing systems, like Cyberpunk Red CoreBurning Wheel and GURPS 4th Ed Game Aid

Available Versions

  1. Version 0.6.0

    1 month, 2 weeks ago
    Foundry Version 11+ (Verified 11.315) Manifest URL Read Notes
  2. Version 0.5.0

    1 year, 4 months ago
    Foundry Version 10+ (Verified 10.290) Manifest URL Read Notes
  3. Version 0.4.2

    Foundry Version 10+ (Verified 10.287) Manifest URL Read Notes
  4. Version 0.4.1

    Foundry Version 10+ (Verified 10.287) Manifest URL Read Notes
  5. Version 0.4.0

    Foundry Version 10+ (Verified 10.287) Manifest URL Read Notes
  6. Version 0.3.0

    Foundry Version 9+ (Verified 9) Manifest URL Read Notes
  7. Version 0.2.0

    Foundry Version 9+ (Verified 9) Manifest URL Read Notes
  8. Version 0.1.5

    Foundry Version 9+ (Verified 9) Manifest URL
  9. Version 0.1.4

    Foundry Version 9+ (Verified 9) Manifest URL
  10. Version 0.1.3

    Foundry Version 9+ (Verified 9) Manifest URL