3.5e Creatures CR 12

Back to Main Page 3.5e Homebrew Creatures

Create new creature.
Because of the differences in formatting, primarily due to age categories, use the following field to create a page with templates designed specifically for dragons.


CR 12


Incomplete Creatures

Creatures of CR 12 with one or many improving, reviewing, or removing templates present. Please help work on the problem presented on the template.

gollark: Not in that file but whatever.
gollark: ```luafunction Element:calcSize(queue, stack) if self.finalizeSize then self.parent.container = self.parent.container + self.container self.finalizeSize = nil return end if self.parent then self.container = new(class.ElementRect)(self.parent.container) self.finalizeSize = true else self.container = new(class.ElementRect)(nil, self.browserObject.request.page.window, nil, 0, 0) end stack:push(self.container) if self.window then stack:push(new(class.ElementRect)(self.container, self.window)) end if self.parent then queue:push(self) end for i=#self.children, 1, -1 do queue:push(self.children[i]) endend```
gollark: Also, this is not "compiling".
gollark: The indentation is *horrible* and so's the lack of comments.
gollark: Yes, but the text contains HTML.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.