Jump to content

Resistances[G5]


Recommended Posts

When you look under many of the creature descriptions in the scripts, it may say something like this.

cr_resistances 2 = 50;

I know that the 2 would represent what the creature is resistant against, and the 50 would be how much it is resistant.

 

What I am wondering is if any one knows what number corresponds to what resistance type (poison, mental, cold ect.).

 

Thanks.

Link to comment
Share on other sites

My only guess is they may be in the same order as the regular resistances making it this.

 

0 = Hostile Effect Resistance

1 = Energy Resistance

2 = Fire Resistance

3 = Poison Resistance

4 = Acid Resistance

5 = Mind Effect Resistance

6 = Stun Resistance

7 = Cold Resistance

 

Like I said this is only a guess. You could edit the script of a creation to max out a resistance and then find out for sure. As in, max out a fyora's Resistance 3 and see if it takes any damage from poison.

Link to comment
Share on other sites

This kind of thing would be helpful for making you and your creations able to absorb all damage, if you wanted to go that far.

 

I think 6 is either poison or acid, being that this line

cr_resistances 6 = 100

is under the spraying shrub description.

 

But then again, this is under the oozing worm description

cr_resistances 4 = 100;

cr_resistances 5 = 100;

so I really have no idea.

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
Reply to this topic...

×   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...