Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

EarthBound/Status PSI weakness value: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page for enemy configuration table page.)
 
(Effectiveness values (C2B639), Brainshock behaviour)
Line 1: Line 1:
A '''status PSI weakness value''' is a type of one byte value ranging from 0-4 used in [[EarthBound]]'s [[EarthBound:Enemy Configuration Table|Enemy Configuration Table]]. It describes the effectiveness (how often the PSI will work) of PSI Flash, Paralysis, Hypnosis, and Brainshock on an enemy.
A '''status PSI weakness value''' is a type of one byte value ranging from 0-3 used in [[EarthBound]]'s [[EarthBound:Enemy Configuration Table|Enemy Configuration Table]]. It describes how often PSI Flash, Paralysis, Hypnosis and Brainshock will work on an enemy.
 
 
PSI Flash, Paralysis and Hypnosis use this table:


{| border="1" cellpadding="1"
{| border="1" cellpadding="1"
!Value !! Effectiveness
!Value !! Effectiveness
|-
|-
|00 || 100%
|00 || 99% (255/256)
|-
|-
|01 || 75%
|01 || 50% (128/256)
|-
|-
|02 || 50%
|02 || 10% (26/256)
|-
|-
|03 || 25%
|03 || 0% (0/256)
|-
|04 || 1%
|-
|-
|}
|}
The effectiveness of Brainshock is defined as:
* 3 - Effectiveness of Hypnosis
For example, an enemy with a Hypnosis/Brainshock value of 1 would be affected by 50% of Hypnosis attempts and 10% of Brainshock attempts.


[[Category:EarthBound:Enemy data|Status PSI weakness value]]
[[Category:EarthBound:Enemy data|Status PSI weakness value]]

Revision as of 15:03, 28 June 2008

A status PSI weakness value is a type of one byte value ranging from 0-3 used in EarthBound's Enemy Configuration Table. It describes how often PSI Flash, Paralysis, Hypnosis and Brainshock will work on an enemy.


PSI Flash, Paralysis and Hypnosis use this table:

Value Effectiveness
00 99% (255/256)
01 50% (128/256)
02 10% (26/256)
03 0% (0/256)


The effectiveness of Brainshock is defined as:

  • 3 - Effectiveness of Hypnosis

For example, an enemy with a Hypnosis/Brainshock value of 1 would be affected by 50% of Hypnosis attempts and 10% of Brainshock attempts.