New source found from dndbeyond.com

This commit is contained in:
2026-07-08 01:00:09 -07:00
parent 9a983a6d7b
commit dcefa0d2f2
2865 changed files with 222467 additions and 49053 deletions
@@ -3,7 +3,6 @@ import React from "react";
import { RouteKey } from "~/subApps/builder/constants";
import Page from "../../../components/Page";
import { PageBody } from "../../../components/PageBody";
import PageHeader from "../../../components/PageHeader";
import PageSubHeader from "../../../components/PageSubHeader";
import ConnectedBuilderPage from "../ConnectedBuilderPage";
@@ -12,29 +11,27 @@ class EquipmentHelp extends React.PureComponent {
render() {
return (
<Page>
<PageBody>
<PageHeader>Choose Equipment</PageHeader>
<p>
In this step, you will select weapons, armor, and other adventuring
gear for your character.
</p>
<PageHeader>Choose Equipment</PageHeader>
<p>
In this step, you will select weapons, armor, and other adventuring
gear for your character.
</p>
<PageSubHeader>Starting Equipment</PageSubHeader>
<p>
Your starting equipment options will be displayed on the next
screen. Your class and background determine your characters
starting equipment. Review the options and add the appropriate items
using Manage Equipment.
</p>
<PageSubHeader>Starting Equipment</PageSubHeader>
<p>
Your starting equipment options will be displayed on the next screen.
Your class and background determine your characters starting
equipment. Review the options and add the appropriate items using
Manage Equipment.
</p>
<PageSubHeader>Starting Gold</PageSubHeader>
<p>
Instead of taking the gear given to you by your class and
background, you can purchase starting equipment. You have a number
of gold pieces (GP) to spend based on your class, as shown on the
next screen if you choose this option.
</p>
</PageBody>
<PageSubHeader>Starting Gold</PageSubHeader>
<p>
Instead of taking the gear given to you by your class and background,
you can purchase starting equipment. You have a number of gold pieces
(GP) to spend based on your class, as shown on the next screen if you
choose this option.
</p>
</Page>
);
}