Changing growth rates with events?

I recently discovered that its possible to change a units stats through the status commands, however, growth rates are the one thing it doesn’t seem able to change. I was wondering if there’s some other patch, or commands that would be able to do it.

1 Like

The issue here is how growth rates work. Growth rates are not part of save data like current units are; they are static and read from the ROM. You would need to either develop something to save/read growth rates, or maybe write something to add additional growth tables in the ROM and read from them conditionally. Either way it’s non-trivial and would require actual coding to be done.

1 Like

Ah, that kinda sucks. Thank you for the info though!