TwoHeadsBarking
First Post
Hey, are your item powers and features not showing up in the summary? Maybe your class features too? Here's why:
You probably have some lines that look like the following right where the class powers stop and the item powers begin.
(earlier stuff)
|Power Description=This is the last class power in your stat block}}
|Items={{LEB:CS
CStatBlockItem
(later stuff)
This is no good. What you want is the following:
(earlier stuff)
|Power Description=This is the last class power in your stat block}}{{LEB:CS
CStatBlockItem
(later stuff)
There's no line break between the "}}" and the "{{", in case your viewing preferences doesn't make that clear.
This should show both your item and class features. I don't know the specifics, but what's happening is that something in the "|Items=" tells the wiki "Ok, I'm done with these power block things." I would guess that it's trying to perform the command associated with "|Items=", and since there is no valid command, it skips ahead to the next thing it understands, which is usually your alignment.
Anyway, this has been coming up a lot in the sheets I've been reviewing (this and arithmetic errors), so I thought it would help to show the fix to everyone.
And speaking of arithmetic errors, when determining your gold and encumbrance, please just whip out a calculator and add everything up, or do it in your head if you're feeling clever. The character builder doesn't always calculate your encumbrance properly.
You probably have some lines that look like the following right where the class powers stop and the item powers begin.
(earlier stuff)
|Power Description=This is the last class power in your stat block}}
|Items={{LEB:CS

(later stuff)
This is no good. What you want is the following:
(earlier stuff)
|Power Description=This is the last class power in your stat block}}{{LEB:CS

(later stuff)
There's no line break between the "}}" and the "{{", in case your viewing preferences doesn't make that clear.
This should show both your item and class features. I don't know the specifics, but what's happening is that something in the "|Items=" tells the wiki "Ok, I'm done with these power block things." I would guess that it's trying to perform the command associated with "|Items=", and since there is no valid command, it skips ahead to the next thing it understands, which is usually your alignment.
Anyway, this has been coming up a lot in the sheets I've been reviewing (this and arithmetic errors), so I thought it would help to show the fix to everyone.
And speaking of arithmetic errors, when determining your gold and encumbrance, please just whip out a calculator and add everything up, or do it in your head if you're feeling clever. The character builder doesn't always calculate your encumbrance properly.