SqueeG / awesomeTome

A compilation of Gaming Den DnD 3.X changes. Started by Frank and K.
http://squeeg.github.io/awesomeTome
6 stars 5 forks source link

All dem monsters! #10

Open ghost opened 11 years ago

ghost commented 11 years ago

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.

ExplosiveRunes commented 11 years ago

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 Medium Aberrant Person Cephalopod

Which is pretty simple, and conveys a lot of relevant information very quickly.

Lokathor commented 11 years ago

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.

Tarkisflux commented 11 years ago

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.

Lokathor commented 11 years ago

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.

ghost commented 11 years ago

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.

SqueeG commented 11 years ago

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.

ghost commented 11 years ago

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.

SqueeG commented 11 years ago

Are you referring to the one dubbed "The New Stat Block" in this article?

Or do you mean the MMIV format?

ExplosiveRunes commented 11 years ago

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

ghost commented 11 years ago

SqueeG: Aren't they the same? I meant the MMIV format, but I think that this is the new stat block.

SqueeG commented 11 years ago

@mrsinister13 : Basically the same, some extremely minor changes. But they're completely insignificant. I admit I didn't really compare them, just saw that MMIV was suppose to be different so I gave their example link. Heh >_>

ghost commented 11 years ago

@SqueeG: So, I guess we're going with that one? Something else? If I have that, I can get to work.

SqueeG commented 11 years ago

@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

ghost commented 11 years ago

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.

Lokathor commented 11 years ago

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.

SqueeG commented 11 years ago

I've been working on a thing rwlevent to Monstuz! ... hoping to push it somqhere between tonight and wednesday. :p

Tarkisflux commented 11 years ago

It's not too late to still get it in on Wed on this coast....

SqueeG commented 11 years ago

Haha, sorry. I tried to give myself a reasonable timeline. I've just been absolutely exhausted the past few days after work.

SqueeG commented 11 years ago

Do you guys know how to add columns to sinister's monster table?

Tarkisflux commented 11 years ago

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

SqueeG commented 11 years ago

Sweet thanks.

Tarkisflux commented 11 years ago

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).

Tarkisflux commented 10 years ago

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.