fix: Fix Eberron Orc racial bonuses
This commit fixes the racial stat bonuses for Orcs of Eberron. It removes the Int -2 and the duplicate definition of Str 2, Con 1. GitHub issue #75pull/91/head
parent
6bc849a953
commit
7773b65df9
|
|
@ -1552,7 +1552,7 @@
|
|||
<name>Orc (Eberron)</name>
|
||||
<size>M</size>
|
||||
<speed>30</speed>
|
||||
<ability>Str 2, Con 1, Int -2, Str 2, Con 1</ability>
|
||||
<ability>Str 2, Con 1</ability>
|
||||
<proficiency></proficiency>
|
||||
<spellAbility></spellAbility>
|
||||
<trait>
|
||||
|
|
@ -3298,7 +3298,7 @@
|
|||
<text/>
|
||||
<text>Requirements: A simple or martial weapon with the ammunition property (requires attunement)</text>
|
||||
<text/>
|
||||
</spell>
|
||||
</spell>
|
||||
<spell>
|
||||
<name>Infusion: Replicate Magic Item</name>
|
||||
<level>0</level>
|
||||
|
|
|
|||
Loading…
Reference in New Issue