Skip to content
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

MP~ cannot be set above 100 in hero editor; Extra Hits has a lower cap. #1176

Closed
NathanWeasel opened this issue Sep 15, 2020 · 2 comments
Closed
Labels
heroes new feature Something new that we would like to add

Comments

@NathanWeasel
Copy link

In order to actually get the stat to level on a certain curve in games with lower level caps than 99, there would need to be options to set the stat to values higher than 100 as with the other stats (for example, a game with a max level of 9 you won't really get an appreciable amount of MP~ if its starting value is 0 and its ending value is 100 and you can't set the level 99 MP~ to something like 255 or 420 to see if those would get you anywhere). In any game where spells don't cost any MP (for example, using item consumption or Level MP as the primary spellcasting costs) any possible weird interactions numbers higher than 100 might have with MP costs would be irrelevant anyway.

Likewise, the Hits can be disabled entirely on a game by game basis, but there's still no option to raise it sky high in the hero editor.

MP not deducted = it and MP~ both serve as "dummy stats" that can do various other things the way CTR does
"Attacks ignore the Extra Hits stat" general game bitset = it can also serve as a "dummy stat" like CTR

But MP~ and Hits still have arbitrarily low maximums, whereas these have been lifted on HP, MP, ATK, AIM, DEF, DOG, MAG, WIL, SPD, and CTR.

@NathanWeasel
Copy link
Author

new RPG0021

@rversteegen rversteegen added heroes new feature Something new that we would like to add labels Oct 27, 2020
rversteegen added a commit that referenced this issue Oct 27, 2020
@rversteegen
Copy link
Contributor

OK, the hero and enemy editors now limit all stats to 32767 (the stat caps menu already did so). Also, there is a new general bit, "Ignore the MP~ stat", so you can have up to three free stats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
heroes new feature Something new that we would like to add
Projects
None yet
Development

No branches or pull requests

2 participants