Skip to content

Larkinabout/fvtt-custom-dnd5e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downloads Forge Installs

Custom D&D 5e

A Foundry VTT module to customise the D&D 5e system.

Custom D&D 5e Custom Banner

House Rules

For help and advice on the house rules, either click the info buttons in the Configure House Rules window or open the House Rules journal within the Custom D&D 5e compendium.

See Image

Custom D&D 5e Bloodied Journal

Bloodied

  • Apply the Bloodied condition when a character or NPC is reduced to half HP or lower.
  • To stop a character or NPC from gaining the Bloodied condition, add Bloodied to their Condition Immunities.
See Video

Custom D&D 5e Bloodied

Instant Death

Apply Instant Death when a character suffers damage equal to or greater than their remaining HP plus their max HP.

See Video

Custom D&D 5e Instant Death

Dead

  • Apply the Dead status effect when an NPC is reduced to zero HP.
  • Tint and/or rotate the token when it gains the Dead status effect.
See Video

Custom D&D 5e Dead

Unconscious

Apply the Unconscious status effect when a PC is reduced to zero HP.

See Video

Custom D&D 5e Unconscious

Death Saving Throws

  • Set the roll mode to Public Roll, Blind GM Roll or Private GM Roll. When using Blind GM Roll, successes and failures will not appear on the character sheet for the player.
  • Set the target value required to succeed a death saving throw.
  • Remove a number of successes or failures for each event: On Regaining HP from 0, On Short Rest and On Long Rest.
See Image

Custom D&D 5e Death Saves Target Value

Hit Points

Massive Damage

Apply Massive Damage as per the variant rule (DMG pg. 273).

See Video

Custom D&D 5e Massive Damage

Rolling Hit Points

  • When rolling for Hit Points, automatically reroll based on a minimum value.
  • Reroll once or until the minimum value is met.
  • Hide the Take Average option when rolling for Hit Points.
  • Roll Hit Points for NPCs when dragging their token onto the canvas.
See Image

Custom D&D 5e Level Up Hit Points

Negative Hit Points

  • Apply negative hit points.
  • Choose to heal from negative HP or from 0 HP.
See Image

Custom D&D 5e Negative Hit Points

Reroll Initiative Each Round

Reroll Initiative for all combatants at the start of each round.

See Video

Custom D&D 5e Reroll Initiative

Award Inspiration

Award Inspiration when a set value is rolled for an ability check, attack roll, saving throw and/or skill check.

See Image

Custom D&D 5e Award Inspiration

Prone

Rotate the token when it gains the Prone status effect.

See Video

Custom D&D 5e Prone

Resting

Use Camp Supplies

When taking a Long Rest, optionally requires spending Camp Supplies.

See Image

Custom D&D 5e Camp Supplies

Counters

Counter Types: Add four types of counter to the character sheets: checkbox, fraction, number and success/failure.

Triggers: Set triggers to automatically change a counter value when an actor hits 0 HP, half HP, or when combat ends if they hit 0 HP any time during combat. Set a trigger to automatically make an actor dead when a counter hits a defined value.

See Video

Custom D&D 5e Counters

See Image

Custom D&D 5e Counter Triggers

Smaller Form Character Sheet

Select 'Custom D&D 5e Character Sheet' from the Sheet Configuration dialog (cog on the sheet's header) to enable a smaller form character sheet.

See Image

Custom D&D 5e Character Sheet

Configurations

For help and advice on modifying a configuration, either click the info button in the header of the configuration window or open the Configurations journal within the Custom D&D 5e compendium.

See Image

Custom D&D 5e Damage Types Journal

  • Configure abilities, activation costs (dnd5e 4+ only), actor sizes, armor, armor calculations, armor proficiencies, conditions, consumable types, currencies, damage types, encumbrance, item action types (dnd5e 3 only), item activation cost types (dnd5e 3 only), item properties, item rarity, languages, senses, skills, spell schools, tools, weapons, weapon proficiencies, and max level.

Configure Encumbrance

See Image

Custom D&D 5e Configure Encumbrance

Configure Rolls

Customize the base die and roll mode for Ability Checks, Attack Rolls, Concentration Saving Throws, Initiative Rolls, Saving Throws, Skills Checks and Tool Checks.

See Video

Custom D&D 5e Configure Rolls

Configure Sheet

  • Auto-fade or auto-minimise the sheet when it's not hovered over.
  • Scale the new character sheet up or down.
  • Change the banner at the top of the sheet.
  • Hide death saves, encumbrance, exhaustion, inspiration, the Manage Currency button, Legendary Actions, Legendary Resistances and Use Lair Action.
See Image

Custom D&D 5e Configure Sheet

Show Pressed Keys

Display an icon near the cursor when the Skip Dialog, Advantage or Disadvantage keys are pressed.

See Image

Custom D&D 5e Show Pressed Keys - Skip Dialog

Custom D&D 5e Show Pressed Keys - Advantage

Radial Status Effects

Display status effects in a circle around the token.

See Image

Custom D&D 5e Radial Status Effects

Token Border Shape

Choose the shape of the token's border when it is selected or hovered.

See Image

Custom D&D 5e Token Border Shape

Apply Elevation to Selected Tokens

  • Apply elevation to all selected tokens.
See Video

Custom D&D 5e Apply Elevation to Selected

Toggle Status Effects on Selected Tokens

  • Toggle status effects on all selected tokens.
See Video

Custom D&D 5e Toggle Status Effects on Selected

Compatibility

Variant Encumbrance + Midi

Custom D&D 5e will defer to the Variant Encumbrance + Midi module for encumbrance configuration when it is active.

Required Modules

For developers, LibWrapper is used to patch:

  • Application.prototype._render: Allows adding data to the character sheets without editing the HTML. This should no longer be required with the release of Application V2.
  • CONFIG.Actor.documentClass.prototype._prepareEncumbrance: Patched when the D&D 5e's 'Encumbrance Tracking' setting is set to 'Variant'. Avoids recalculating encumbrance as well as issues with encumbrance active effects applied during item updates/deletions.
  • CONFIG.Dice.D20Die.prototype.applyAdvantage: Patched when at least one roll is configured. Replaces roll formula to allow different numbers and faces of dice.
  • CONFIG.Dice.D20Roll.fromConfig: Patched when at least one roll is configured. Replaces the d20 die formula with the custom die formula.
  • CONFIG.Dice.D20Roll.prototype.configureModifiers: Patched when at least one roll is configured. Adds the custom die formula to the d20 options to make it available to validD20Roll.
  • CONFIG.Dice.D20Roll.prototype.validD20Roll: Patched when at least one roll is configured. Additionally returns true when a custom die exists.
  • Token.prototype._refreshEffects: Patched when Custom D&D 5e's 'Radial Status Effects' setting is enabled.
  • Token.prototype._drawEffect: Patched when Custom D&D 5e's 'Radial Status Effects' setting is enabled.
  • Token.prototype._drawOverlay: Patched when Custom D&D 5e's 'Radial Status Effects' setting is enabled.

Credits

The Radial Status Effects feature is a modification of code developed by Dorako under the MIT License, which is reproduced here: Licence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 3

  •  
  •  
  •