-
Greets.. In fixing the following bug for the latest significantly improved Forien's Quest Log I have some suggestions for how `handleItemDrop` can be improved.
https://github.com/League-of-Foundry-…
-
Notes on spells are NOT exported using the @NOTES export key.
Thus the NAN-GURPS module for Foundry VTT is unable to import it.
-
That will include the modifier bucket value.
It would work like:
let r = new Roll("3d6 + @mod", { mod: GURPS.ModifierBucket.currentSum()})
game.tables.getName("Name of Table").draw({roll:r})
GUR…
-
In the Basic Set and Magic books, it goes into how the higher your level in a spell, the lower it's cost to cast and time to cast can be (minimum 0 cost and 1s to cast). I don't see this having any ef…
-
There are two obvious issues, possibly others, when importing a character with the DR advantage, assuming that character was made with GCA:
1. The DR Advantage does not protect Arms, Legs, or Vital…
-
Steps to reproduce:
1. Create a scene with two tokens, A and B
2. Select A on the map, so that it has the orange highlight around it.
3. Enter chat command `/select B` and verify the selected act…
-
From @cefasheli
> Regarding the items, although it is not allowed by the foundry and we do not use all of its functionality, could be interesting to have a place so that we could put some items the…
-
i am trying to import xml with `` header, but it doesn't accept unicode characters.
-
How to use theses status with number like Shock(1-4), Tipsy (1-2), Mild Pain(1-6) and counter(1-10)?
-
Originally in GitLab by @crnormand
In developing the GURPS Game Aid for Foundry (we are in discussions with Steve Jackson Games to lift the DMCA this quarter), we have encountered a valid reason for …