League-of-Foundry-Developers / torch

Simple torch module for Foundry VTT
10 stars 20 forks source link

PF2 Support: Please add support for Everburning Torch item, #49

Closed apoapostolov closed 1 year ago

apoapostolov commented 1 year ago

Please add support for PF2 Everburning Torch

      "Everburning Torch": {
        "name": "Everburning Torch",
        "type": "equipment",
        "consumable": false,
        "states": 2,
        "light": [
          { "bright": 20, "dim": 40, "color":"#57cdff", "saturation":0.3, "contrast":0.3, "shadows":0.2, "angle": 360,
            "animation": { "type": "torch", "speed": 1, "intensity": 7, "reverse": false } 
        ]
      },
lupestro commented 1 year ago

That seems reasonable. It's permanent magic in an item, so I suppose on/off is covered/uncovered. It involves no real game mechanics, unlike spells, so it doesn't get entangled in the system. I've added it to the source pool to deliver with the next round of improvements.