Register

Lock The Sheets!

An Add-on Module for Foundry Virtual Tabletop

Author: coffiarts Project Source: Project URL Versions 11 - 11 (Verified 11) Last Updated 1 month ago

Lock The Sheets! for Foundry VTT

Lock The Sheets! Logo
Lock The Sheets! Macro Button

Oh Game Master, thou shalt be the gatekeeper!

Lock and unlock all your players' character sheets at once with just one click.
May you never ever again watch them accidentally delete that beloved item from their inventory ("Uuuugh... NOOOOO!")... or let those nasty cheaters among them mess around secretly with their hitpoints ("AAAAArrrrgh!").

Table of contents generated with markdown-toc

What it does ...

With this nice little helper module the Game Master can block and unblock any edits to character sheets by the players. This helps, for instance, to protect them from accidental changes. And of course, if you're of the paranoid type, it prevents cheating.

Toggling on/off works in various ways:

  1. By a checkbox in the module settings
  2. Through a nice UI Button in the scene control on the left (optional, turn it off in the settings, if you don't like it)
  3. By macro code (see below - a ready-to-use macro is already included).

In default settings, lock status is indicated by overlay icons, both in the scene and in the sidebar's actors list:

These icons can be configured and also switched off in the module settings!

Lock ON:

Lock OFF:

And it is even indicated in the Combat Tracker:

Let's see what happens if players try to manipulate their hitpoints:

But apart from cheating prevention, let's see what happens if a player accidentally happens to delete an inventory item:

Even more, the GM receives alerts about it (optional, can be turned off):

Why I created this ...

No, I did not create this out of paranoia towards my players! IMO, role-playing is and has always been (since the Pen & Paper era) based on trust!

So it is not about cheating prevention (though it may serve for it as well!).

Instead, I am usually running hybrid, in-person game sessions with children of age 10+, who are permanently at risk of messing around with their character sheets. I just wanted to protect them against arbitrary havok clicks.

Even more, it turned out that locking character sheets from time to time can bring even much more focus and relaxedness into the more narrative parts of role-playing (which I love more than combat action). So the regular calls to order, like ...

"Everybody now, get your hands off your sheets, stop clicking, lean back, listen and watch!"

... are now replaced by a single, convenient button click. How I love it!

Changelog

See CHANGELOG.md

Adjustable module settings

This screenshot shows the default values.

Lock The Sheets! Settings

Control it by macro

A ready-to-use macro button for doing the toggle is already included as a compendium pack:

Use it as it is, or have a look inside how it works - it uses the exposed class LockTheSheets - it's a no-brainer:

// Toggle (pretty obvious)
LockTheSheets.toggle();
// ON and OFF-only
LockTheSheets.switchOn();
LockTheSheets.switchOff();
 

Compatibility and Dependencies

Copyrights and Credits for used assets

Goblins

The cute, beloved badass goblins used in my screenshots have thankfully been published by David Wilson and Hammertheshark for free use on https://tools.2minutetabletop.com under the CC BY 4.0 License. I have grown so fond of them that they've become my special module demo'ing pets.

Banner

The banner image with the dark fantasy portal was AI-created by myself.

Lock icons

Categories

Available Versions

  1. Version 11.0.3

    1 month ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  2. Version 11.0.2

    4 months, 1 week ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  3. Version 11.0.1

    4 months, 2 weeks ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  4. Version 11.0.0

    4 months, 2 weeks ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes