(final PCStat stat, final boolean includePost)
| 5543 | } |
| 5544 | |
| 5545 | public int getStatIncrease(final PCStat stat, final boolean includePost) |
| 5546 | { |
| 5547 | final int idx = getLevelInfoSize() - 1; |
| 5548 | |
| 5549 | if (idx >= 0) |
| 5550 | { |
| 5551 | return levelInfoFacet.get(id, idx).getTotalStatMod(stat, includePost); |
| 5552 | } |
| 5553 | return 0; |
| 5554 | } |
| 5555 | |
| 5556 | public int sizeInt() |
| 5557 | { |
no test coverage detected