-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All dem monsters! #10
Comments
This is one thing I think 4e got right conceptually in some ways, but majorly fucked the implementation on. Here's some ideas.
I started, but only ever completed the fundamentals of, a monster system for my d20 heartbreaker. In it, the major components of a monster were Origin, Form, Role, and Types
Because so much of the deterministic nature of the system, the idea was that you could plug in all of the stuff into a simple generator and have it output a monster that you just had to assign special abilities to. So for example, if you wanted to make a Illithid knock off, you'd plug in those things (and ability scores) and the top of the stat block would looks something like... Squidmans - Level 8 Leader Which is pretty simple, and conveys a lot of relevant information very quickly. |
As much as I would love these things, some of them seem possible and some of them don't. Cleaning up what a monster type does and then editing some monsters to have new subtypes to regroup them around but ultimately keep them mostly the same is doable. Tome of Necromancy did that, we could do some more of that. Saying that CR = HD = Level and then replacing all the monsters from there, etc, etc, ...That's a bit beyond our mandate I think. I mean it'd be nice to do... but who has ever even started such a project? There's like 300 monsters. That's a whole lot of design work just to replace monsters, not even counting the fact that more systems have to be made up to make all the monster generation possible. As much as I would love to see it done, it doesn't seem a realistic task. |
I agree with Lokathor here. Fixing types and subtypes should just get done while we're transcribing or whatever, because Tome of Necro and whatnot. And the rest would be really nice to have, but... Look, different hit dice and numeric progressions based on role instead of type is a non-trivial change, even if it is one I'd love to see. So is the HD = CR = Level change that I've been talking to MS about forever (though we could just incorporate some of his and Cid's monsters that do that already, pending licensing permission). But it's also a lot more work than in other places and a potential bottleneck to finishing, and that's been the sort of thing we've shied away from so far. So are you volunteering to get these rolling and potentially finish them? We have a lot of monster transcriptions to do, and if you wanted to provide guidelines to others kicking in monster transcriptions you could probably make some serious progress. And the monster side of things is one I'd really like to see better handled, so I support larger changes on this side than in other places. But you'd better be really serious about doing it before we start down this path, because stopping midway is almost the same as never starting on SRD transcription at all. |
Yeah, because incidentally while I converted a large portion of the SRD into LaTeX already and we can use that as a good base, I stopped partway through cleaning up the tables for spells and didn't do a single monster at all. Endless pages of the same sort of thing over and over will probably kill your desire to work on the project faster than you think. |
Sure, I can do a few. I'll probably LaTeX them up sometime soon and push them to the repo. I just need a bit of help in figuring out how we wanna lay them out. |
I asked this previously about classes.... but would a web form be of any help? You have a form with inputs for monster name, hp, etc... fill them in and it spits out latex formatted code. |
SqueeG: We first have to decide what layout we want! I would prefer to have something that's more easy to read than the default monster formatting, to be honest, as this buries a lot of abilities and puts things in an order that I'm not entirely happy with. (Seemingly only) I like the 'new' statblock introduced in the later years of 3.5, and would be happy to use it, but I need to know what everyone else feels about this matter. |
Are you referring to the one dubbed "The New Stat Block" in this article? Or do you mean the MMIV format? |
Lokathor, on the spells: There's a tex file in the source named spells.tex where I used a few macros to format the srd spells section. I think all of the tables in it are displaying correctly (though they may need to be repositioned to appear on the correct page) except for the summoning tables which I never formatted. Between the two sources, might we actually already have a complete spell chapter? Here's a compiled pdf of just the spells section for reference |
SqueeG: Aren't they the same? I meant the MMIV format, but I think that this is the new stat block. |
@mrsinister13 : Basically the same, some extremely minor changes. But they're completely insignificant. |
@SqueeG: So, I guess we're going with that one? Something else? If I have that, I can get to work. |
@mrsinister13 : I don't have a problem with that. If there's a more logical way (in your opinion) to list everything out, then do a mock up of a few monsters! I could whip up a tex generating form as long as I know what is suppose to go in and what is suppose to come out. :) We could always do stat blocks like 4e. :P Those are pretty straight forward |
I'd avoid those - they're a huge pain to do in LaTeX (believe me, I've tried). I'll push one to the repository as soon as I can. |
Yes. Tables are bad juju in LaTeX. Doing one and making it come out right is okay. Making 300 monsters all have similar looks in their tables is asking for crazy. Text-block based formatting is best for monsters. By a long shot. |
I've been working on a thing rwlevent to Monstuz! ... hoping to push it somqhere between tonight and wednesday. :p |
It's not too late to still get it in on Wed on this coast.... |
Haha, sorry. I tried to give myself a reasonable timeline. I've just been absolutely exhausted the past few days after work. |
Do you guys know how to add columns to sinister's monster table? |
Yes. You need to update the table declaration to include the additional columns, by turning: \begin{longtabu} to 0.7\linewidth{X[1]} into \begin{longtabu} to 0.7\linewidth{X X} and add another "X" to the section for each additional column you need. You'll probably want to turn the 0.7 into 0.9 or 1.0 or something as well, to give the table additional width for the new data. After that you can go through and use normal column breaks in the rest of the table rows (i.e. "& ") to add the stuff that you want. If you want to take the descriptive stuff at the bottom and have it span all of the rows, you'll need to use the \multicolumn{'num_cols'}{'alignment'}{'contents'} command. And you'll need to do it for each row that is supposed to span multiple columns. Additional informations on that one (or other table stuff) can be found at http://en.wikibooks.org/wiki/LaTeX/Tables#Rows_spanning_multiple_columns |
Sweet thanks. |
I've started working on a 1, 2, and 3 column monster preload using MS's setup as a base. Should be ready in a day or 5 (depending on whether I get it done before I leave town tomorrow or not). |
3 column doesn't work, but 1 and 2 column monster tables have been templatized and committed. It should be really really easy to do up a monster table now, and they should all look the same. We may want to do some formatting or shuffling of fields on them as well, but you can see examples in the new tome-beastiary-doc.pdf. The templates themselves still need some actual instruction text, because I didn't want to do it yet. They should be easy enough to figure out for now though. |
Any thoughts on what we're gonna do with all the monsters? I believe Frank made a (very valid and sensible) post with respect to needing to have the monsters designed first, before anything else happens. In my view, this is quite important, and quite a few things (if I had my druthers) should be changed about them. Here's a preliminary list:
I'd also like to add a few monsters to the whole thing, but that's just me.
The text was updated successfully, but these errors were encountered: