Jump to content

Monsters Calling Specials


*i

Recommended Posts

I have been playing around, and I have figured out how to give the ability of a monster type to call a scenario special node during its combat turn. This works sort of like START_STATE in BoA. I put it in the same place as radiating fields and summoning monsters.

 

This modification is to combat.c

 

I need to add more nodes to facilite better handling of this, but it should improve what people can do with their monster types. Comments?

Link to comment
Share on other sites

It's possible, albeit more difficult to implement as it is on a "monster type" level, not an individual monster level. I was going to call town, but then because monster types can be spread across multiple towns (outdoor combat?), it could yield some very weird results if the designer is not very careful.

 

I would like to make this on the individual monster level, but the source code is set in such a way to make this somewhat difficult. An additional concern is that the BoE Editor code/resource will need to be modified to put an additional field or something of the sort. This specific menu is also quite "full" and requires manipulation of resources that I'm not sure how to do yet.

 

So while I can look into it, I think there are other more immediate things that I can implement in the short term.

Link to comment
Share on other sites

The monster record is a global/scenario wide thing. I feel it appropriate, as a matter of consistency, to make the calls associated with it be global as well. While there is no reason town nodes cannot be accessible, it feels inconsistent from a structural level to do so.

 

If we want town based calls, the correct way to do this is to edit the individual monster menu, specifically the advanced calls. Again, this comes down to editing resources. If you or anyone else can figure this out, I'd be willing to code it up in a heartbeat.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...