RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[VX] Stat Progression

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 72
RMRK Junior
So I want to try a new thing out in my game, where leveling makes you exponentially stronger. Just did some numbers in Excel, and I think I got what I want. Now, I could go and enter all these numbers into VX directly, but that would take forever, and I might need to change things, which would take the entirre process again.

So, I'm thinking a script is the way to go, but I got two problems;

1) How would I override the normal stats in the database? And for each specific character? It looks like it would be in Game_Actor, but I'm not sure. EDIT: Found it. It is there.

2) Does VX always round down? Stats would look different than I have them if it doesn't. EDIT: Does seem to be true.

3) How do you write "^" in ruby?

Thanks ahead of time.

EDIT: Hmm. Exponential stats run afoul some problems. Either it doesn't go up fast enough, or it maxes out well before lv99. I like the idea of increase by 10%, but it's way too early. Any thoughts?
« Last Edit: June 06, 2011, 10:15:47 PM by kirbwarrior »

*****
Rep:
Level 84
This text is way too personal.
Bronze - GIAW 11 (Hard)Silver - GIAW Halloween
Exponents can be written by the ** sign. For example, 2 ** 5 = 32.