v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Emotion"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(Updated table with latest data from DFHack structures)
(The ID numbers were outdated, I fixed that. Also, there appear to be 40 unused emotions, not 50. So I'm not sure where 180 (total) is coming from. Feel free to edit that back if I'm wrong, but DFHack shows all used and unused values with the "devel/query --table df.emotion_type" comment.)
 
(21 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{quality|Superior}}{{av}}{{old}}
+
{{Quality|Superior}}{{av}}{{old}}
 +
[[File:emotions_preview2.png|right]]Certain circumstances can evoke a wide range of '''emotions''', both negative and positive, affecting dwarves' [[stress]] levels. Emotional reactions can result from immediate experience, or from revisiting a long-term memory, and are affected by dwarves' [[personalities]] and values, resulting in different reactions to the same circumstances. Recent emotions experienced by dwarves (listed along with their circumstance pairs) are listed in the [[Thoughts and Preferences]] screen.
  
Dwarves have an emotional response to certain circumstances.  Different dwarves have differing responses to the same circumstance due to their personalities. Recent emotion/circumstance pairs are listed in the [[Thoughts and Preferences]] screen. Different thoughts can have different strengths, depending on time elapsed and dwarven personality. This thought strength is then divided by the numbers given in the table.
+
Different [[thoughts]] can have different "strength", denoting the effect the emotion has on a dwarf's stress levels (negative numbers reduce stress, while positive numbers increase it) and depends on time elapsed and dwarven personality. This thought strength is then divided by the 'Divider' numbers given in the table. The thought strength is loosely color-coded, with positive thoughts being in blue or green and strong negative thoughts being in red or yellow. Brown thoughts are mildly to moderately negative, and purple and grey ones are pretty much neutral.
  
Note that positive thoughts have a ''negative'' number, as they ''reduce'' stress. Numbers closer to 1 or -1 have the strongest effect on stress.
+
: Note that positive thoughts have a ''negative'' number, as they ''reduce'' stress. Numbers closer to 1 or -1 have the strongest effect on stress.
 +
Many examples of a dwarf feeling emotions are as follows:<br>
 +
[[File:emotions_v50_preview.png]]
  
List of the current 130 emotions:
+
[[Syndromes]] can cause a creature to feel particular emotions using the CE_FEEL_EMOTION tag.
 +
When a creature's stress level is high enough, certain negative emotions may create additional effects. These emotions will display a string in the dwarf's General status screen.
 +
 
 +
A total of 170<!--or 180?--> emotions are defined within the code, but only 130 of them are currently implemented:  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! ID !! Emotion !! Divider
+
! ID !! Emotion !! Divider !! Additional text / Effects at high stress
 
|-
 
|-
| -1 || {{DFtext|Anything|7:0}} ||style="background-color:#FFFFFF"| 0
+
| -1  
 +
|style="background-color:#000000"|{{DFtext|Anything|7:0}}
 +
|style="background-color:#FFFFFF"| 0
 
|-
 
|-
| 0 || {{DFtext|Acceptance|7:0}} ||style="background-color:#DDFFDD"| -8
+
| 0  
 +
|style="background-color:#000000"|{{DFtext|Acceptance|7:0}}
 +
|style="background-color:#DDFFDD"| -8
 
|-
 
|-
| 1 || {{DFtext|Adoration|3:1}} ||style="background-color:#77FF77"| -1
+
| 1  
 +
|style="background-color:#000000"|{{DFtext|Adoration|3:1}}
 +
|style="background-color:#77FF77"| -1
 
|-
 
|-
| 2 || {{DFtext|Affection|3:1}} ||style="background-color:#99FF99"| -2
+
| 2  
 +
|style="background-color:#000000"|{{DFtext|Affection|3:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 3 || {{DFtext|Agitation|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 3  
 +
|style="background-color:#000000"|{{DFtext|Agitation|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 4 || {{DFtext|Aggravation|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 4  
 +
|style="background-color:#000000"|{{DFtext|Aggravation|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 5 || {{DFtext|Agony|6:1}} ||style="background-color:#FF7777"| 1
+
| 5  
 +
|style="background-color:#000000"|{{DFtext|Agony|6:1}}
 +
|style="background-color:#FF7777"| 1
 +
|"Writhing in agony!"
 
|-
 
|-
| 6 || {{DFtext|Alarm|4:1}} ||style="background-color:#FFBBBB"| 4
+
| 6  
 +
|style="background-color:#000000"|{{DFtext|Alarm|4:1}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 7 || {{DFtext|Alienation|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 7  
 +
|style="background-color:#000000"|{{DFtext|Alienation|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 8 || {{DFtext|Amazement|1:1}} ||style="background-color:#FFFFFF"| 0
+
| 8  
 +
|style="background-color:#000000"|{{DFtext|Amazement|1:1}}
 +
|style="background-color:#FFFFFF"| 0
 
|-
 
|-
| 9 || {{DFtext|Ambivalence|7:0}} ||style="background-color:#FFFFFF"| 0
+
| 9  
 +
|style="background-color:#000000"|{{DFtext|Ambivalence|7:0}}
 +
|style="background-color:#FFFFFF"| 0
 
|-
 
|-
| 10 || {{DFtext|Amusement|2:1}} ||style="background-color:#BBFFBB"| -4
+
| 10  
 +
|style="background-color:#000000"|{{DFtext|Amusement|2:1}}
 +
|style="background-color:#BBFFBB"| -4
 
|-
 
|-
| 11 || {{DFtext|Anger|4:1}} ||style="background-color:#FF9999"| 2
+
| 11  
 +
|style="background-color:#000000"|{{DFtext|Anger|4:1}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 12 || {{DFtext|Angst|6:1}} ||style="background-color:#FF7777"| 1
+
| 12  
 +
|style="background-color:#000000"|{{DFtext|Angst|6:1}}
 +
|style="background-color:#FF7777"| 1
 +
|"In existential crisis!" Creature will lie on the ground, pondering the meaning of life, and will not move.
 
|-
 
|-
| 13 || {{DFtext|Anguish|6:1}} ||style="background-color:#FF7777"| 1
+
| 13  
 +
|style="background-color:#000000"|{{DFtext|Anguish|6:1}}
 +
|style="background-color:#FF7777"| 1
 +
|"Anguished!" Creature will lie on the ground crying and will not move.
 
|-
 
|-
| 14 || {{DFtext|Annoyance|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 14  
 +
|style="background-color:#000000"|{{DFtext|Annoyance|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 16 || {{DFtext|Anxiety|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 16  
 +
|style="background-color:#000000"|{{DFtext|Anxiety|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 17 || {{DFtext|Apathy|7:0}} ||style="background-color:#FFFFFF"| 0
+
| 17  
 +
|style="background-color:#000000"|{{DFtext|Apathy|7:0}}
 +
|style="background-color:#FFFFFF"| 0
 
|-
 
|-
| 19 || {{DFtext|Arousal|3:1}} ||style="background-color:#DDFFDD"| -8
+
| 19  
 +
|style="background-color:#000000"|{{DFtext|Arousal|3:1}}
 +
|style="background-color:#DDFFDD"| -8
 
|-
 
|-
| 20 || {{DFtext|Astonishment|1:1}} ||style="background-color:#FFFFFF"| 0
+
| 20  
 +
|style="background-color:#000000"|{{DFtext|Astonishment|1:1}}
 +
|style="background-color:#FFFFFF"| 0
 
|-
 
|-
| 22 || {{DFtext|Aversion|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 22  
 +
|style="background-color:#000000"|{{DFtext|Aversion|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 23 || {{DFtext|Awe|1:1}} ||style="background-color:#FFFFFF"| 0
+
| 23  
 +
|style="background-color:#000000"|{{DFtext|Awe|1:1}}
 +
|style="background-color:#FFFFFF"| 0
 
|-
 
|-
| 24 || {{DFtext|Bitterness|6:0}} ||style="background-color:#FF9999"| 2
+
| 24  
 +
|style="background-color:#000000"|{{DFtext|Bitterness|6:0}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 25 || {{DFtext|Bliss|2:1}} ||style="background-color:#77FF77"| -1
+
| 25  
 +
|style="background-color:#000000"|{{DFtext|Bliss|2:1}}
 +
|style="background-color:#77FF77"| -1
 
|-
 
|-
| 26 || {{DFtext|Boredom|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 26  
 +
|style="background-color:#000000"|{{DFtext|Boredom|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 27 || {{DFtext|Caring|3:1}} ||style="background-color:#99FF99"| -2
+
| 27  
 +
|style="background-color:#000000"|{{DFtext|Caring|3:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 29 || {{DFtext|Confusion|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 29  
 +
|style="background-color:#000000"|{{DFtext|Confusion|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 30 || {{DFtext|Contempt|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 30  
 +
|style="background-color:#000000"|{{DFtext|Contempt|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 31 || {{DFtext|Contentment|2:1}} ||style="background-color:#DDFFDD"| -8
+
| 31  
 +
|style="background-color:#000000"|{{DFtext|Contentment|2:1}}
 +
|style="background-color:#DDFFDD"| -8
 
|-
 
|-
| 34 || {{DFtext|Defeat|6:1}} ||style="background-color:#FF9999"| 2
+
| 34  
 +
|style="background-color:#000000"|{{DFtext|Defeat|6:1}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 35 || {{DFtext|Dejection|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 35  
 +
|style="background-color:#000000"|{{DFtext|Dejection|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 36 || {{DFtext|Delight|2:1}} ||style="background-color:#77FF77"| -1
+
| 36  
 +
|style="background-color:#000000"|{{DFtext|Delight|2:1}}
 +
|style="background-color:#77FF77"| -1
 
|-
 
|-
| 39 || {{DFtext|Despair|6:1}} ||style="background-color:#FF7777"| 1
+
| 39  
 +
|style="background-color:#000000"|{{DFtext|Despair|6:1}}
 +
|style="background-color:#FF7777"| 1
 
|-
 
|-
| 40 || {{DFtext|Disappointment|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 40  
 +
|style="background-color:#000000"|{{DFtext|Disappointment|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 41 || {{DFtext|Disgust|6:1}} ||style="background-color:#FFBBBB"| 4
+
| 41  
 +
|style="background-color:#000000"|{{DFtext|Disgust|6:1}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 42 || {{DFtext|Disillusionment|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 42  
 +
|style="background-color:#000000"|{{DFtext|Disillusionment|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 43 || {{DFtext|Dislike|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 43  
 +
|style="background-color:#000000"|{{DFtext|Dislike|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 44 || {{DFtext|Dismay|6:1}} ||style="background-color:#FF9999"| 2
+
| 44  
 +
|style="background-color:#000000"|{{DFtext|Dismay|6:1}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 45 || {{DFtext|Displeasure|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 45  
 +
|style="background-color:#000000"|{{DFtext|Displeasure|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 46 || {{DFtext|Distress|6:1}} ||style="background-color:#FF9999"| 2
+
| 46  
 +
|style="background-color:#000000"|{{DFtext|Distress|6:1}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 47 || {{DFtext|Doubt|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 47  
 +
|style="background-color:#000000"|{{DFtext|Doubt|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 49 || {{DFtext|Eagerness|1:1}} ||style="background-color:#BBFFBB"| -4
+
| 49  
 +
|style="background-color:#000000"|{{DFtext|Eagerness|1:1}}
 +
|style="background-color:#BBFFBB"| -4
 
|-
 
|-
| 51 || {{DFtext|Elation|2:1}} ||style="background-color:#99FF99"| -2
+
| 51  
 +
|style="background-color:#000000"|{{DFtext|Elation|2:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 52 || {{DFtext|Embarrassment|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 52  
 +
|style="background-color:#000000"|{{DFtext|Embarrassment|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 53 || {{DFtext|Empathy|3:1}} ||style="background-color:#99FF99"| -2
+
| 53  
 +
|style="background-color:#000000"|{{DFtext|Empathy|3:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 54 || {{DFtext|Emptiness|6:1}} ||style="background-color:#FFBBBB"| 4
+
| 54  
 +
|style="background-color:#000000"|{{DFtext|Emptiness|6:1}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 55 || {{DFtext|Enjoyment|2:1}} ||style="background-color:#DDFFDD"| -8
+
| 55  
 +
|style="background-color:#000000"|{{DFtext|Enjoyment|2:1}}
 +
|style="background-color:#DDFFDD"| -8
 
|-
 
|-
| 57 || {{DFtext|Enthusiasm|2:1}} ||style="background-color:#DDFFDD"| -8
+
| 57  
 +
|style="background-color:#000000"|{{DFtext|Enthusiasm|2:1}}
 +
|style="background-color:#DDFFDD"| -8
 
|-
 
|-
| 59 || {{DFtext|Euphoria|2:1}} ||style="background-color:#77FF77"| -1
+
| 59  
 +
|style="background-color:#000000"|{{DFtext|Euphoria|2:1}}
 +
|style="background-color:#77FF77"| -1
 
|-
 
|-
| 60 || {{DFtext|Exasperation|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 60  
 +
|style="background-color:#000000"|{{DFtext|Exasperation|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 61 || {{DFtext|Excitement|1:1}} ||style="background-color:#99FF99"| -2
+
| 61  
 +
|style="background-color:#000000"|{{DFtext|Excitement|1:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 62 || {{DFtext|Exhilaration|1:1}} ||style="background-color:#99FF99"| -2
+
| 62  
 +
|style="background-color:#000000"|{{DFtext|Exhilaration|1:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 63 || {{DFtext|Expectancy|2:1}} ||style="background-color:#DDFFDD"| -8
+
| 63  
 +
|style="background-color:#000000"|{{DFtext|Expectancy|2:1}}
 +
|style="background-color:#DDFFDD"| -8
 
|-
 
|-
| 64 || {{DFtext|Fear|4:1}} ||style="background-color:#FF7777"| 1
+
| 64  
 +
|style="background-color:#000000"|{{DFtext|Fear|4:1}}
 +
|style="background-color:#FF7777"| 1
 +
|"Experiencing mortal fear!"
 
|-
 
|-
| 65 || {{DFtext|Ferocity|4:1}} ||style="background-color:#FF9999"| 2
+
| 65  
 +
|style="background-color:#000000"|{{DFtext|Ferocity|4:1}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 66 || {{DFtext|Fondness|3:1}} ||style="background-color:#DDFFDD"| -8
+
| 66  
 +
|style="background-color:#000000"|{{DFtext|Fondness|3:1}}
 +
|style="background-color:#DDFFDD"| -8
 
|-
 
|-
| 67 || {{DFtext|Freedom|2:1}} ||style="background-color:#BBFFBB"| -4
+
| 67  
 +
|style="background-color:#000000"|{{DFtext|Freedom|2:1}}
 +
|style="background-color:#BBFFBB"| -4
 
|-
 
|-
| 68 || {{DFtext|Fright|6:1}} ||style="background-color:#FF9999"| 2
+
| 68  
 +
|style="background-color:#000000"|{{DFtext|Fright|6:1}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 69 || {{DFtext|Frustration|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 69  
 +
|style="background-color:#000000"|{{DFtext|Frustration|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 71 || {{DFtext|Gaiety|2:1}} ||style="background-color:#99FF99"| -2
+
| 71  
 +
|style="background-color:#000000"|{{DFtext|Gaiety|2:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 73 || {{DFtext|Glee|2:1}} ||style="background-color:#99FF99"| -2
+
| 73  
 +
|style="background-color:#000000"|{{DFtext|Glee|2:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 74 || {{DFtext|Gloom|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 74  
 +
|style="background-color:#000000"|{{DFtext|Gloom|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 75 || {{DFtext|Glumness|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 75  
 +
|style="background-color:#000000"|{{DFtext|Glumness|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 76 || {{DFtext|Gratitude|3:1}} ||style="background-color:#BBFFBB"| -4
+
| 76  
 +
|style="background-color:#000000"|{{DFtext|Gratitude|3:1}}
 +
|style="background-color:#BBFFBB"| -4
 
|-
 
|-
| 78 || {{DFtext|Grief|6:1}} ||style="background-color:#FF9999"| 2
+
| 78  
 +
|style="background-color:#000000"|{{DFtext|Grief|6:1}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 79 || {{DFtext|Grim Satisfaction|5:1}} ||style="background-color:#FFFFFF"| 0
+
| 79  
 +
|style="background-color:#000000"|{{DFtext|Grim Satisfaction|5:1}}
 +
|style="background-color:#FFFFFF"| 0
 
|-
 
|-
| 80 || {{DFtext|Grouchiness|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 80  
 +
|style="background-color:#000000"|{{DFtext|Grouchiness|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 81 || {{DFtext|Grumpiness|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 81  
 +
|style="background-color:#000000"|{{DFtext|Grumpiness|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 82 || {{DFtext|Guilt|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 82  
 +
|style="background-color:#000000"|{{DFtext|Guilt|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 83 || {{DFtext|Happiness|2:1}} ||style="background-color:#99FF99"| -2
+
| 83  
 +
|style="background-color:#000000"|{{DFtext|Happiness|2:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 84 || {{DFtext|Hatred|4:1}} ||style="background-color:#FF9999"| 2
+
| 84  
 +
|style="background-color:#000000"|{{DFtext|Hatred|4:1}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 86 || {{DFtext|Hope|2:1}} ||style="background-color:#99FF99"| -2
+
| 86  
 +
|style="background-color:#000000"|{{DFtext|Hope|2:1}}
 +
|style="background-color:#99FF99"| -2
 
|-
 
|-
| 87 || {{DFtext|Hopelessness|6:1}} ||style="background-color:#FF9999"| 2
+
| 87  
 +
|style="background-color:#000000"|{{DFtext|Hopelessness|6:1}}
 +
|style="background-color:#FF9999"| 2
 
|-
 
|-
| 88 || {{DFtext|Horror|4:1}} ||style="background-color:#FF7777"| 1
+
| 88  
 +
|style="background-color:#000000"|{{DFtext|Horror|4:1}}
 +
|style="background-color:#FF7777"| 1
 +
|"Overwhelmed by horror!"
 
|-
 
|-
| 90 || {{DFtext|Humiliation|6:1}} ||style="background-color:#FFBBBB"| 4
+
| 90  
 +
|style="background-color:#000000"|{{DFtext|Humiliation|6:1}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 95 || {{DFtext|Insult|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 95  
 +
|style="background-color:#000000"|{{DFtext|Insult|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 96 || {{DFtext|Interest|1:1}} ||style="background-color:#DDFFDD"| -8
+
| 96  
 +
|style="background-color:#000000"|{{DFtext|Interest|1:1}}
 +
|style="background-color:#DDFFDD"| -8
 
|-
 
|-
| 97 || {{DFtext|Irritation|6:0}} ||style="background-color:#FFDDDD"| 8
+
| 97  
 +
|style="background-color:#000000"|{{DFtext|Irritation|6:0}}
 +
|style="background-color:#FFDDDD"| 8
 
|-
 
|-
| 98 || {{DFtext|Isolation|6:0}} ||style="background-color:#FFBBBB"| 4
+
| 98  
 +
|style="background-color:#000000"|{{DFtext|Isolation|6:0}}
 +
|style="background-color:#FFBBBB"| 4
 
|-
 
|-
| 100 || {{DFtext|Jolliness|2:1}} ||style="background-color:#BBFFBB"| -4
+
| 100  
 +
|style="background-color:#000000"|{{DFtext|Jolliness|2:1}}