You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose a new optional field for spells similar to damage_at_slot_level: casts_at_slot_level. casts_at_slot_level holds the value of how many times a specific spell is cast per usage.
For instance, Magic Missile can be cast 3 times, increasing by 1 for each slot level. An example field for Magic Missile would contain the following:
Another spell that would contain this field would be Eldritch Blast. I'm not sure the extent of spells that would need this field.
I'm not sure if there is a spell that does this, but this may also need to add casts_at_character_level if casts increases by character level and not slot level.
The text was updated successfully, but these errors were encountered:
ASTRELION
changed the title
Adds number of spells cast field
Add number of spells cast field
Jul 25, 2023
Just a note in case it becomes relevant, these types of attributes (damage_at_slot_level, heals_at_level...) that map a level to a value (map[int]->int) are problematic if/when it comes to generating a GraphQL schema from our MongoDB collections. Here's an old issue where it came up in the past: 5e-bits/5e-srd-api#60 (comment)
API issue: 5e-bits/5e-srd-api#361
I'd like to propose a new optional field for spells similar to
damage_at_slot_level
:casts_at_slot_level
.casts_at_slot_level
holds the value of how many times a specific spell is cast per usage.For instance, Magic Missile can be cast 3 times, increasing by 1 for each slot level. An example field for Magic Missile would contain the following:
Another spell that would contain this field would be Eldritch Blast. I'm not sure the extent of spells that would need this field.
I'm not sure if there is a spell that does this, but this may also need to add
casts_at_character_level
if casts increases by character level and not slot level.The text was updated successfully, but these errors were encountered: