Jump to content
  • 0

Status Adjustments


Radian

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Hello, its all about the,

Adjustment for the natural rate of resistance from status changes.

It seems that its not working if you adjust it on your desired amount, making it 300 vit to block stun.

pc_status_def_rate: 300
mob_status_def_rate: 100

I even change this one still no effect

	{ "pc_status_def_rate",                 &battle_config.pc_sc_def_rate,                  500,    0,      INT_MAX,        },

can someone help me with this?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   344
  • Joined:  10/17/12
  • Last Seen:  

Hello, its all about the,

Adjustment for the natural rate of resistance from status changes.

It seems that its not working if you adjust it on your desired amount, making it 300 vit to block stun.

pc_status_def_rate: 300
mob_status_def_rate: 100

I even change this one still no effect

	{ "pc_status_def_rate",                 &battle_config.pc_sc_def_rate,                  500,    0,      INT_MAX,        },

can someone help me with this?

// Adjustment for the natural rate of resistance from status changes.
// If 50, status defense is halved, and you need twice as much stats to block
// them (eg: 200 vit to completely block stun)
pc_status_def_rate: 50
mob_status_def_rate: 100

so for example you want 300 vit to be stun immunity you need to change to

pc_status_def_rate: 33
mob_status_def_rate: 100

you seem to have it backwards

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

 

Hello, its all about the,

Adjustment for the natural rate of resistance from status changes.

It seems that its not working if you adjust it on your desired amount, making it 300 vit to block stun.

pc_status_def_rate: 300
mob_status_def_rate: 100

I even change this one still no effect

	{ "pc_status_def_rate",                 &battle_config.pc_sc_def_rate,                  500,    0,      INT_MAX,        },

can someone help me with this?

// Adjustment for the natural rate of resistance from status changes.
// If 50, status defense is halved, and you need twice as much stats to block
// them (eg: 200 vit to completely block stun)
pc_status_def_rate: 50
mob_status_def_rate: 100

so for example you want 300 vit to be stun immunity you need to change to

pc_status_def_rate: 33
mob_status_def_rate: 100

you seem to have it backwards

 

 

Ohh it works! thanks a lot!

Edited by Ginji
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...