Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I think I have found two bugs:
1) The wolf's damage on bite should be 1.5x Str Mod. as stated in the MM(pg. 6). I haven't seen this error with other Monsters.
A creature’s primary attack damage includes its full Strength modifier (1-1/2 times its Strength bonus if the attack is with the creature’s sole natural weapon) and is given first. Secondary attacks add only 1/2 the creature’s Strength bonus and are given second in the parentheses.
With the fractional saves it would give better values for saves when multi-classing for example
Crusader 1; Fighter 2; Paladin 2:
HL Base Saves:
Fort 8
Ref 0
Will 0
Fractional Base Saves:
Fort 4 * if you don't count the 2 at first level each time
Ref 1
Will 1
I know probably adding in fractional saves or BaB is complicated but would appreciated it. For now I just do adjustments.
Sendric,
The Celestial Sorcerer Lore feat has a prereq of two other celestial heritage feats on it. There is a bug in the Expr-req checking the prerequisite, it has the prereq looking for #hasfeat[] + ... >= 2 for the 2 other heritage feat requirement. Reporting this as a potential bug because if additional feats of this type are added to the data they won't qualify to fulfill the prereq on the feat. My suggestion would be to use a custom tag for the feats so that the prereq can just do a tagcount instead and you'll catch all the heritage feats in one go that qualify to fulfill the requirement.
var test as number
if (#hasfeat[fCelSorHer] <> 0) then
test -= 1
endif
test += tagcount[HasFeat.fCelSor?]
validif (test >= 2)
I noticed it while looking at examples for a feat I was coding for the Shifters in Eberron. The mistake is already in the datafiles, I just wanted to point it out to you. I'm adding Eberron data that I need.
Sendric,
The Artificer class has a bug on it. The Craft Wand class special is supposed to be gained at 6th level, not 7th. This was clarified in both the official errata and Magic of Eberron. This needs to be changed in the official data files that have already been done.
Also, since I'm thinking about this, once I get the Eberron feats done we're likely going to need to fix the Artificer's bonus feat list too so they can add the missing feats from the Eberron setting.
The Metamagic Spell and Power Completion class features have a typo in their names. Both say Metmagic instead of Metamagic.
Dwarf fighter racial substitution levels are not reducing the number of bonus feats appropriately.
Dwarf fighter racial substitution levels are not reducing the number of bonus feats appropriately.
I am unable to reproduce this issue. When I add the Dwarf Fighter variant class at level 8, the number of bonus feats is reduced by 1 which matches the description.
Add the one for 1st level, its the one that was causing the problem for me.
I'm not sure what may be wrong, but either the Eberron sources aren't being loaded, or they don't contain any data, because none of the races or languages seem to be available.
The Eberron sources that are in the community set are incomplete. Right now, we only have the Campaign Setting and the Players Guide. Neither file includes any races or languages. You should have access to the High Elemental Binder and Artificer classes, Bind Elemental and Strong Mind feats, and some item powers.