Latest version | 0.6.0 |
---|---|
Minimum Core | 9 |
Compatible Core | 9 |
File size | 203.91 KB |
Last updated | 8 months ago |
Created | 2 years ago |
Authors |
|
Languages |
English |
Systems | All systems |
Project source | Project URL |
License | License URL |
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:
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.
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);
})
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 Core, Burning Wheel and GURPS 4th Ed Game Aid
To install this package, open your Foundry Setup screen and navigate to your System tab and click the Install System button.
From there, you can either search for the package unique name: chroniclesystem 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.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to deliver visitors with customized advertisements based on the pages they visited before and analyze the effectiveness of the ad campaign.
I’m not sure if you’re still working on this system or even maintaining it. I just checked it as I was looking into gming in Westeros and it appears that there’s a lot missing within the sheets. No way of adding any elements where you’d expect to be able to.
I imagine it’s due to Foundry updates that changed how you reference parts of the actors.