question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Starting equipment arcane foci are repeated/redundant

See original GitHub issue

In the Starting Equipment endpoint, every choice thats allow an Arcane focus to be chosen list the equipment items recommended by the SRD.

This raises two key issues:

  1. the list is repeated several times. This means any changes to the list have to be made in several places, which is a hit to maintainability.
  2. the list contains only the equipment items explicitly mentioned by the SRD as possible foci:

An arcane focus is a special item - 
an orb, a crystal, a rod, a specially constructed staff, a wand-like length of wood, or some similar item - 
designed to channel the power of arcane spells. A sorcerer, warlock, or wizard can use such an item as a spellcasting focus.

The first issue could be resolved by moving the suggested arcane foci into an arcane-foci equipment category. This would allow easier maintenance and addition of homebrew data, and would make the choice more consistent with other starting equipment options.

The second issue is trickier; given that any item can be a focus, with suitable fluff to back it up, an equipment category cannot contain all possible arcane foci. The question then becomes, how likely is it that such a non-standard focus will be chosen by the user, and is that event worth supporting within the data itself, if possible?

It would be most straightforward, and most inline with the SRD source text, to offer a selection of arcane foci from an equipment category containing the items referenced in the SRD description of am arcane focus. If a user desires an alternative focus, they may swap one of the default options for another item manually, after choosing their starting equipment.

This issue was raised after discussion on PR #230 in this comment thread

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ogregoirecommented, Aug 9, 2020

@ogregoire @bagelbits Should Holy symbols be included in this PR, too? I.e. moved to their own equipment category?

Yes since both the cleric and the paladin use those, and get those at character creation.

1reaction
ogregoirecommented, Aug 8, 2020

If I check the SRD, some classes can use an arcane focus, some other a druidic focus.

The SRD says on page 66-67 what an arcane focus can be and on page 67 what a druidic focus is, but it defines on page 69 the list of items that are available in the SRD and that are an arcane or druidic focus.

So to me, we create two new equipment categories: arcane foci and druidic foci and put into them all the items present in the tables.

Look at the table on page 65, that’s where the martial melee weapons are defined. The table where the foci are is the same table except that the foci aren’t weapons.

In my view it’s rather clear: the page 66-67 describe the item, the page 69 is the data.

Read more comments on GitHub >

github_iconTop Results From Across the Web

dnd 5e - Can a Spell Focus or Component Pouch be used ...
A character can use a component pouch or a spellcasting focus (found in “Equipment”) in place of the components specified for a spell....
Read more >
Arcane Focus -- How do I get a new one? : r/dndnext - Reddit
The adventure strongly suggests giving the players their starting equipment via looting one of the chests in their captors barracks. But since ...
Read more >
Rules Questions: Arcane Armor Training - Paizo
No, being able to cast spells in light armor with no penalty doesn't count as having Arcane Armor Training, and they're really not...
Read more >
In DnD 5e, can an arcane focus staff be used as a quarterstaff ...
An arcane focus is not a weapon. Therefore, you can safely wield it in one hand while wielding a weapon (dagger) in the...
Read more >
DnD 5e - Artificer Infusions Breakdown - RPGBOT
Several of the infusions apply to existing weapons or armor. Because you must infuse a non-magical item, you can't stack infusions on the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found