Hey ^^
I have a small request for a script,
I have see similar script like this one but none of them met my necessities (they were too complexed basically, and added too many functions i didn't want);
If you know the "Souls" saga videogames (Dark Souls, Demon Souls, Blooborne...), this is similar (but not identical) to the level up concept in those games,
I know there are some script that simulate that system, but like I said, they have some functionalities I don't need;
Here's my request exactly (this should be easy to understand even if you don't know Dark Souls games)
what i need is basically a simple window in which all the stats are listed:
Max HP
Max MP
ATK
DEF
M.ATK
M.DEF
SPD
LUCK
each one of them showing the current value.
For each stats you can spend gold (
not exp) to "
level up" one of these stats, and when you do, a variable (let's say
variable 11 for example, the script should let me chose whatever variable i prefer) gets a
+1;
The script should also let me configure (can't tell in advance because i would need to test to see if it's balanced) for each "level up", how many points the actor gets in that stats
(it would be a good idea if a popup window would show something like:
STAT
CURRENT -> NEW
before confirming or canceling)
Another small window, on top of the "Stats" window, should also display:
- An Icon of my chosing, followed by current gold;
- An Icon of my chosing, followed by the value of Variable 11;
- An Icon of my chosing, followed by the ammount of gold that will be required the next time you level up a stat.
Also, the formula to decide how much gold you need per level-up is
Fixed Value (to be configured into the script itself) * Variable 11
regardless of which stats you are rising.
What else? Oh yeah, it's only needed for the actor who is currently in front of the party (as this is going to be like a 1 hero game)
Possible Addons?
To be honest, the script above it's already a lot, i will be happy if I can just have something like that, but if possible here is some other addons that might make this script even better; specifically i could use to ability to alter some x-param or s-param or other stats when upgrading a stat:
ATK -> Hit%
DEF -> Max HP (a lesser value compared to leveling up MHP difectly)
M.ATK -> Max MP (again, a lesser value compared to leveling up MMP directly)
M.DEF -> Rec%
SPD -> Evade %
LUCK -> Crit %
and that's it i guess, in case these addon is made, the confirmation window should also show these changes here.
Finally, it's not much I'm no good at all with graph, but here is a simple representation of how it should look like
the small window on top is the Gold + Variable + Goold Needed window, wile the other window is the one containing stats.
oh, the script should be called via Call_Script, there is no need to add a menu command, since it will be accessed via a NPC who takes care of leveling up
Sorry for the long post, thanks in advance to anyone who will look into it
ps: while i do need the script for my game specifically, i don't request it to be an exclusive, so if anyone makes it and wants to make it public, by all means go ahead; the game is non-commercial.