We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dc485 commit 8be3eabCopy full SHA for 8be3eab
src/cljc/orcpub/dnd/e5/classes.cljc
@@ -1514,6 +1514,12 @@
1514
:options (opt5e/martial-weapon-options 1 (vals weapon-map))
1515
:min 1
1516
:max 1})]})]})
1517
+ (opt5e/new-starting-equipment-selection
1518
+ :paladin
1519
+ {:name "Holy Symbol"
1520
+ :options (map
1521
+ #(opt5e/starting-equipment-option % 1)
1522
+ equipment5e/holy-symbols)})
1523
(opt5e/new-starting-equipment-selection
1524
:paladin
1525
{:name "Melee Weapon"
0 commit comments