Zhakyvea Flow Posted March 30, 2022 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 03/21/22 Last Seen: May 31, 2022 Share Posted March 30, 2022 this is the new formula [VIT*0.8] + rnd()%max(1, [VIT * VIT / 150 - VIT*0.3]) edit this to this vit_def = def2*(def2-15)/150; vit_def = def2/2 + (vit_def>0?rnd()%vit_def:0); edit to new formula Quote Link to comment Share on other sites More sharing options...
0 Fluxion Posted March 30, 2022 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 83 Reputation: 7 Joined: 12/29/18 Last Seen: April 13 Share Posted March 30, 2022 It is not necessary to make a topic of it, especially since it is not a request for help at the source level, I think that a moderator will delete this topic soon enough. Quote Link to comment Share on other sites More sharing options...
Question
Zhakyvea Flow
this is the new formula
[VIT*0.8] + rnd()%max(1, [VIT * VIT / 150 - VIT*0.3])
edit this
to this
vit_def = def2*(def2-15)/150; vit_def = def2/2 + (vit_def>0?rnd()%vit_def:0);
edit to new formula
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.