Asmor / 5e-monsters

Kobold Fight Club
http://kobold.club/fight
MIT License
257 stars 112 forks source link

Option to 'complete' encounters? #178

Open Falkorr43 opened 5 years ago

Falkorr43 commented 5 years ago

So, the idea is this. Say you have an encounter in mind, where your party face off with an aboleth, but you want to add some extra creatures that the aboleth has enthralled or otherwise in its service.

Alternatively, the party is chasing a pair of bandits, and in their haste, they end up barging in on another group of as-yet-undetermined monsters.

Basically, would it be possible to implement the functionality to start with part of an encounter (the 'core') already set, and have the remainder randomly generated to a certain encounter difficulty, as per the 'Random [Difficulty]' options? You can sort of do this already by putting in a bunch of random creatures and randomising each monster besides the 'core', but hopefully this wouldn't be too difficult to implement? Hardly a priority, but something that some people might find useful, myself included.

SeanCooney commented 5 years ago

I also think this is a great idea. Goblinist RPG Tools http://tools.goblinist.com/5enc does this. They call it the seed monster.

On Wed, Sep 11, 2019 at 4:03 PM Falkorr43 notifications@github.com wrote:

So, the idea is this. Say you have an encounter in mind, where your party face off with an aboleth, but you want to add some extra creatures that the aboleth has enthralled or otherwise in its service.

Alternatively, the party is chasing a pair of bandits, and in their haste, they end up barging in on another group of as-yet-undetermined monsters.

Basically, would it be possible to implement the functionality to start with part of an encounter (the 'core') already set, and have the remainder randomly generated to a certain encounter difficulty, as per the 'Random [Difficulty]' options? You can sort of do this already by putting in a bunch of random creatures and randomising each monster besides the 'core', but hopefully this wouldn't be too difficult to implement? Hardly a priority, but something that some people might find useful, myself included.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Asmor/5e-monsters/issues/178?email_source=notifications&email_token=AAKWURETWZWYSJIJFCU6VZDQJFMITA5CNFSM4IVY3L42YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HK2NYZQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKWURCZV5QBMKIH337ANSDQJFMITANCNFSM4IVY3L4Q .

Asmor commented 5 years ago

Definitely something I'd like to do. Actually, I think what I'd do is give you an option to lock monsters so when you randomize the locked monsters don't get removed.

They call it the seed monster.

I think I've seen that anime

Falkorr43 commented 5 years ago

Actually, I think what I'd do is give you an option to lock monsters so when you randomize the locked monsters don't get removed.

Honestly, that's strictly better than my original suggestion. It would tie in a lot better with the existing UI, and would generally allow for much more flexibility with encounter generation.