-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sphere Light #113
Comments
Note that sphere light is a Stormlight specific thing, not a Cosmere generic thing, so putting this in the base system would not make much sense unless we simply want to have generic light presets that users can select (which is what I believe Torch does) |
Yep. Like I said no real problem (and clearly I can do it with torch) but having item context based switches in general that show up on a sheet when in inventory or equipped would be something good to have as code and definitely as a base item. If any light source from any cosmere universe such as a sphere or a lantern etc, had a pre coded toggle would be a nice feature. If the majority of the coding team think it's not worth it that's cool. Just think it might be a nice have especially for expandability in the future. |
The most straightforward way to do it without a huge workload would be to open up token light attributes to effects, so that an Item can add a "light source" effect that modifies those dynamically when equipped. This module does that for dnd5e as a point of reference: https://github.com/kandashi/Active-Token-Lighting |
Yep that's kinda exactly what I'm looking for an inactive effect that can be turned on. (I was looking but didn't see lighting as an option so if it can be added that solves that!) Can be put on all the different possible sources of light! |
The easiest way to implement this is with a macro. Here's a quick hack of the community Token Light Picker macro:
Changing the buttons to dropdowns and adding colors would be logical next steps. EDIT: trying to make the code block format properly |
My friend. That is beautiful! I could totally see many uses for that! |
I've made a macro quick fix for this issue; it can be found in the Cosmere Useful Macros module. Here is the text for the script: |
Is your feature request related to a problem? Please describe.
No real problem, more thematic and fitting to the setting. We should have infused spheres as a light source option
Describe the solution you'd like
Have some way to have a simple "Infused Spheres Light" or make spheres have a toggle to say show light in a bright/dim radius and make it colored based on the color of sphere used even. It is used so often in the books it really should be there.
Describe alternatives you've considered
user could always install a mod(such as torch) but id prefer to keep as much utility into the base game as possible
Additional context
Allowing for something to this effect
Checklist:
The text was updated successfully, but these errors were encountered: