uberwald 3b0d4e032e
Release Creation / build (release) Successful in 50s
fix: cache results.length before explosion loop to prevent double-count
Pushing explosion dice to DieTerm.results made the for loop
condition (j < results.length) grow mid-iteration, re-processing
the explosion result as a normal die. This produced spurious
entries like `1D6 → 4` alongside the correct `1D6-1 → 3`.

Fixes prompt() (for loop) and rollSpellDamageToMessage()
(for...of) by caching result count / snapshotting the array
before iterating.
2026-06-16 19:34:13 +02:00
2025-01-09 20:21:02 +01:00
2025-10-17 20:06:49 +02:00
2024-12-29 23:09:27 +01:00
2025-02-05 17:48:48 +01:00
2026-06-13 23:15:22 +02:00
2024-11-22 00:01:47 +01:00
2025-05-03 16:04:29 +02:00
2026-04-30 14:38:56 +02:00

Lethal Fantasy RPG for Foundry Virtual TableTop

The Official game system for playing Lethal Fantasy TTRPG: The Role Playing Game on FoundryVTT. This fully functional system is the foundational framework to build your game.

This product's format, programming code, and presentation is copyrighted by Lethal Fantasy Games LLC.

This system & product are used with permission granted as part of the partnership agreement between Foundry Gaming LLC and Lethal Fantasy Games LLC. It uses the following trademarks and/or copyrights:

© 2025 Lethal Fantasy Games. Content copyright Ted McClintock, Lethal Fantasy Games LLC. All Rights Reserved. Lethal Fantasy® is a Registered Trademark of Lethal Fantasy Games LLC. All Rights Reserved.

Lethal Fantasy Games is ©2025 Lethal Fantasy Games, LLC. All rights reserved. Lethal Fantasy, Lethal Fantasy Games, and their associated logos are trademarks of Lethal Fantasy Games, LLC. https://lethalfantasy.com/

For inquiries on developing content for this ruleset please contact Lethalted@lethalfantasy.com

Community

Please join our Discord server Lethal Fantasy games https://discord.gg/UDvnnyvreV

It's the place to ask questions on how to use the system, make feature request and follow the development of the system.

S
Description
No description provided
Readme 37 MiB
14.0.28 Latest
2026-06-16 19:37:56 +02:00
Languages
JavaScript 52.6%
CSS 19.7%
Handlebars 17.3%
Less 10.4%