-
Notifications
You must be signed in to change notification settings - Fork 0
PTSD Level (English)
GRAINALCOHOL edited this page Feb 26, 2026
·
1 revision
Language: | > English < | 简体中文 |
PTSDLevel is used to interpret the player's PTSD level for a specific thing
If you don't know what PTSD levels are, you can check this player guide: MCMOD page
-
LATENT- Latent -
MILD- Mild -
MODERATE- Moderate -
SEVERE- Severe -
EXTREME- Extreme -
CLEAR- No PTSD
PTSDLevel ptsdLevel = PTSDLevel.from(player, ptsdId);PTSDLevel ptsdLevel = PTSDHelper.getPTSDLevel(player, ptsdId);-
getLevel()- Gets the PTSD level as an integer -
isLatent()- Determines if it's in the latent stage -
hasSymptoms()- Determines if it causes somatization symptoms -
isExtreme()- Determines if it's at the extreme level -
willPanting()- Determines if it causes panting (hearing gasping sounds) -
willHeartBeat()- Determines if it causes accelerated and deepened heartbeat (hearing heartbeats) -
willTinnitus()- Determines if it causes tinnitus -
willPhonism()- Determines if it causes auditory hallucinations -
willPhotism()- Determines if it causes visual hallucinations