LEECH'S PROFILE
Something something I wish I was made of leeches.
Im quite addicted to Magic the Gathering. As such, I have no money.
Im quite addicted to Magic the Gathering. As such, I have no money.
Search
Filter
RES stat help!
Ok, it works pretty good but at lv 26 its drags slightly behind the other stats (hero has same for all stats).
How can i use an event/ script command to increas/decrease a hero's res?
How can i use an event/ script command to increas/decrease a hero's res?
RES stat help!
RES stat help!
Ok im using RMVX and the script: Yanfly Engine Melody - New Battle Stats.
In this part:
# This hash allows you to edit each actor's base RES formula and the rate
# of growth for RES as levels progress. Note that actor 0 will be used if
# the actor's ID does not appear on this list.
ACTOR_BASE ={
# ID => Formula
0 => "actor.parameters/2+actor.parameters/2",
1 => "@level * 4 + 16",
2 => "@level * 3 + 12",
3 => "@level * 5 + 20",
4 => "@level * 6 + 24",
} # Do not remove this.
I want to make it so the actor has 10res on lv1 and 200 on lv99, so basicly make the script use the defualt way rmvx configures stats when using "generate curve". Or something similar.
Is there an formula i can put in the thingie that will make this happen?
Or is there a different RES stat script that will do this. (i cant find one... ): )
Thanks in advanced!
In this part:
# This hash allows you to edit each actor's base RES formula and the rate
# of growth for RES as levels progress. Note that actor 0 will be used if
# the actor's ID does not appear on this list.
ACTOR_BASE ={
# ID => Formula
0 => "actor.parameters/2+actor.parameters/2",
1 => "@level * 4 + 16",
2 => "@level * 3 + 12",
3 => "@level * 5 + 20",
4 => "@level * 6 + 24",
} # Do not remove this.
I want to make it so the actor has 10res on lv1 and 200 on lv99, so basicly make the script use the defualt way rmvx configures stats when using "generate curve". Or something similar.
Is there an formula i can put in the thingie that will make this happen?
Or is there a different RES stat script that will do this. (i cant find one... ): )
Thanks in advanced!














