mkscho63 / sta

This is an unofficial system for Foundry VTT using Modiphius's Star Trek Adventures 2d20 RPG. This system attempts to replicate the feeling of playing through an episode of the epic SciFi that is Star Trek. I am in no way associated with Modiphius.
MIT License
32 stars 33 forks source link

limit lookup scope for damage calculations #61

Closed codergal89 closed 2 years ago

codergal89 commented 2 years ago

The original lookup scope of the weapon damage calculations was essentially the whole page. This changes limits the scope to only be the form of the application/sheet for which the script is run. Therefore, calculated weapon damages are no longer overwritten.

Fixes #56