-
Notifications
You must be signed in to change notification settings - Fork 0
02 ‐ Creating a Player Character
TRUE-d6 provides comprehensive rules for character creation. This wiki guide focuses on explaining how to implement these rules within the Foundry Virtual Tabletop (VTT) environment.
Tip
When creating skills and equipments, particularly if you wish to integrate rolling mechanics to effects, be cautious of errors and typos, as they can render your system unusable. If you encounter issues, especially when not using an official module like the Kogarashi Premium Module, consider temporarily removing skills and equipment to isolate the source of the problem.
Begin by filling in your character's name, classes, total level, race, and adjust your currency. Note that the total level is not currently auto-calculated, so ensure it reflects the combined levels of all classes.
Fill in your character's attributes according to the TRUE-d6 rules. Then, adjust your current and maximum health values accordingly.
- Click on
New Equipment
to create a new entry in the list. Use the edit button (small pencil) to make adjustments. - Select the type of equipment (
Weapon
,Armor
, orShield
) and the associated attack type (STRENGTH
orDEXTERITY
). - For weapons, indicate any bonuses, especially for magical weapons.
- For shields or armor, specify the defense bonus, which adjusts the defense value displayed on the character sheet header.
- Define the roll style (
Normal
,Advantage
, orDisadvantage
). Note that some weapons may have different roll styles; for instance, bare-handed attacks typically have disadvantage. - Utilize the Effects tab for special characteristics. Here are some common examples:
- Force disadvantage in DEX rolls:
- Attribute Key:
system.forceDisadvantage.dex
- Change Mode:
Overwrite
- Value:
true
- Attribute Key:
- Force disadvantage in SPELL rolls:
- Attribute Key:
system.forceDisadvantage.spell
- Change Mode:
Overwrite
- Value:
true
- Attribute Key:
- Increase max health:
- Attribute Key:
system.health.max
- Change Mode:
Add
- Value:
1
(or desired value)
- Attribute Key:
- Force disadvantage in DEX rolls:
- Click on
New Skill
to create a new skill entry. Use the edit button (small pencil) to modify it. - If the skill involves a roll, select the Attribute used for the roll.
- Choose the usage type:
Passive
,Until Fail
, orOnce per Rest
. - Specify whether the skill is a spell and/or attack.
- Define the roll style (
Normal
,Advantage
, orDisadvantage
). - Certain skills may affect the character sheet. Refer to the Equipment section for common effects examples.