概要

立絵のファイル名と感情IDとの対応を記述しておくファイルです。
 
 

フォルダ/ファイル構成

defineフォルダの配下に配置します。
スキンフォルダ
├body
├define
|├body.xml
|├chat.xml
|└tone.xml
├window
└skin.xml

書式

body.xml書式

書式は以下の通りです。
番号に対応する内容を設定します。

  • 基本設定
     <?xml version="1.0" encoding="sjis" standalone="yes"?>
     <height>①</height>
     <width>②</width>
     <locationX>③</locationX>
     <locationY>④</locationY>
    
  • ボディ設定
     <⑤>
         <emotion>⑥</emotion>
         <normal11>⑦</normal11>
         <normal12>⑧</normal12>
         <normal21>⑨</normal21>
         <normal22>⑩</normal22>
         <normal31>⑪</normal31>
         <normal32>⑫</normal32>
     </⑤>
    

設定内容対応

番号に対応する内容は以下の通りです。
画像定義

locationY表示位置オフセットY方向
height画像高さ
width画像幅
locationX表示位置オフセットX方向
locationY表示位置オフセットY方向

感情セット画像定義

emotion+32立ち絵画像名(閉目、開口)
emotionエモーション名
emotion+11立ち絵画像名(開目、閉口)
emotion+12立ち絵画像名(開目、開口)
emotion+21立ち絵画像名(半目、閉口)
emotion+22立ち絵画像名(半目、開口)
emotion+31立ち絵画像名(閉目、閉口)
emotion+32立ち絵画像名(閉目、開口)

1つの感情セットにつき、6つの画像を用意して定義します。
これは、メパチ、口パクのおしゃべりアニメーションを表現するためです。
詳しくはおしゃべりアニメーションを御覧ください。
 
 

「emotion」に対応する定義

上記設定内容対応の「emotion」には、以下の感情定義名が入ります。

おやすみsleep
ノーマルnormal
うれしいjoy_p
かなしいjoy_m
好意admiration_p
嫌悪admiration_m
安心peace_p
不安peace_m
きもちいecstasy_p
きもちわるいecstasy_m
驚き+amazement_p
驚き-amazement_m
怒りrage_p
呆れrage_m
興味interest_p
無関心interest_m
尊敬respect_p
軽蔑respect_m
冷静calmly_p
焦燥calmly_m
誇りproud_p
恥じらいproud_m
おやすみsleep

以上の設定仕様により、画像と感情の紐付けを行なっています。
実際の画像ファイルはbodyフォルダに入れておきます。
全ての感情について画像を用意し、設定する必要がありますが、
設定が無い感情についてはノーマルの立ち絵が適用されます。
 
 

1つの感情に対する複数の感情セットの割り当て

1つの感情に対して、複数の感情セットを割り当てることができます。
例を以下に示します。

    <joy_p>
        <emotion>joy_p</emotion>
        <joy_p11>joy_p_1_1_1.png</joy_p11>
        <joy_p12>joy_p_1_1_2.png</joy_p12>
        <joy_p21>joy_p_1_2_1.png</joy_p21>
        <joy_p22>joy_p_1_2_2.png</joy_p22>
        <joy_p31>joy_p_1_3_1.png</joy_p31>
        <joy_p32>joy_p_1_3_2.png</joy_p32>
    </joy_p>
    <joy_p>
        <emotion>joy_p</emotion>
        <joy_p11>joy_p_2_1_1.png</joy_p11>
        <joy_p12>joy_p_2_1_2.png</joy_p12>
        <joy_p21>joy_p_2_2_1.png</joy_p21>
        <joy_p22>joy_p_2_2_2.png</joy_p22>
        <joy_p31>joy_p_2_3_1.png</joy_p31>
        <joy_p32>joy_p_2_3_2.png</joy_p32>
    </joy_p>

1つの感情に複数の画像パターンを割り当てています。
この場合、Lipilsがうれしい感情になったとき、
ランダムでどちらかのパターンが選択されます。
 
 

その他

画像名の使い回しを行なっても問題ありません。
(スキンサイズの節約になると思います。
 
 

body.xmlの設定例

 <?xml version="1.0" encoding="shift_jis"?>
 <define>
    <height>334</height>
    <width>300</width>
    <locationX>0</locationX>
    <locationY>0</locationY>
    <normal>
        <emotion>normal</emotion>
        <normal11>normal_1_1_1.png</normal11>
        <normal12>normal_1_1_2.png</normal12>
        <normal21>normal_1_2_1.png</normal21>
        <normal22>normal_1_2_2.png</normal22>
        <normal31>normal_1_3_1.png</normal31>
        <normal32>normal_1_3_2.png</normal32>
    </normal>
    <normal>
        <emotion>normal</emotion>
        <normal11>normal_2_1_1.png</normal11>
        <normal12>normal_2_1_2.png</normal12>
        <normal21>normal_2_2_1.png</normal21>
        <normal22>normal_2_2_2.png</normal22>
        <normal31>normal_2_3_1.png</normal31>
        <normal32>normal_2_3_2.png</normal32>
    </normal>
    <normal>
        <emotion>normal</emotion>
        <normal11>normal_3_1_1.png</normal11>
        <normal12>normal_3_1_2.png</normal12>
        <normal21>normal_3_2_1.png</normal21>
        <normal22>normal_3_2_2.png</normal22>
        <normal31>normal_3_3_1.png</normal31>
        <normal32>normal_3_3_2.png</normal32>
    </normal>
    <normal>
        <emotion>normal</emotion>
        <normal11>normal_4_1_1.png</normal11>
        <normal12>normal_4_1_2.png</normal12>
        <normal21>normal_4_2_1.png</normal21>
        <normal22>normal_4_2_2.png</normal22>
        <normal31>normal_4_3_1.png</normal31>
        <normal32>normal_4_3_2.png</normal32>
    </normal>
    <normal>
        <emotion>normal</emotion>
        <normal11>normal_5_1_1.png</normal11>
        <normal12>normal_5_1_2.png</normal12>
        <normal21>normal_5_2_1.png</normal21>
        <normal22>normal_5_2_2.png</normal22>
        <normal31>normal_5_3_1.png</normal31>
        <normal32>normal_5_3_2.png</normal32>
    </normal>
    <joy_p>
        <emotion>joy_p</emotion>
        <joy_p11>joy_p_1_1_1.png</joy_p11>
        <joy_p12>joy_p_1_1_2.png</joy_p12>
        <joy_p21>joy_p_1_2_1.png</joy_p21>
        <joy_p22>joy_p_1_2_2.png</joy_p22>
        <joy_p31>joy_p_1_3_1.png</joy_p31>
        <joy_p32>joy_p_1_3_2.png</joy_p32>
    </joy_p>
    <joy_p>
        <emotion>joy_p</emotion>
        <joy_p11>joy_p_2_1_1.png</joy_p11>
        <joy_p12>joy_p_2_1_2.png</joy_p12>
        <joy_p21>joy_p_2_2_1.png</joy_p21>
        <joy_p22>joy_p_2_2_2.png</joy_p22>
        <joy_p31>joy_p_2_3_1.png</joy_p31>
        <joy_p32>joy_p_2_3_2.png</joy_p32>
    </joy_p>
    <joy_p>
        <emotion>joy_p</emotion>
        <joy_p11>joy_p_3_1_1.png</joy_p11>
        <joy_p12>joy_p_3_1_2.png</joy_p12>
        <joy_p21>joy_p_3_2_1.png</joy_p21>
        <joy_p22>joy_p_3_2_2.png</joy_p22>
        <joy_p31>joy_p_3_3_1.png</joy_p31>
        <joy_p32>joy_p_3_3_2.png</joy_p32>
    </joy_p>
    <joy_p>
        <emotion>joy_p</emotion>
        <joy_p11>joy_p_4_1_1.png</joy_p11>
        <joy_p12>joy_p_4_1_2.png</joy_p12>
        <joy_p21>joy_p_4_2_1.png</joy_p21>
        <joy_p22>joy_p_4_2_2.png</joy_p22>
        <joy_p31>joy_p_4_3_1.png</joy_p31>
        <joy_p32>joy_p_4_3_2.png</joy_p32>
    </joy_p>
    <joy_m>
        <emotion>joy_m</emotion>
        <joy_m11>joy_m_1_1_1.png</joy_m11>
        <joy_m12>joy_m_1_1_2.png</joy_m12>
        <joy_m21>joy_m_1_2_1.png</joy_m21>
        <joy_m22>joy_m_1_2_2.png</joy_m22>
        <joy_m31>joy_m_1_3_1.png</joy_m31>
        <joy_m32>joy_m_1_3_2.png</joy_m32>
    </joy_m>
    <joy_m>
        <emotion>joy_m</emotion>
        <joy_m11>joy_m_2_1_1.png</joy_m11>
        <joy_m12>joy_m_2_1_2.png</joy_m12>
        <joy_m21>joy_m_2_2_1.png</joy_m21>
        <joy_m22>joy_m_2_2_2.png</joy_m22>
        <joy_m31>joy_m_2_3_1.png</joy_m31>
        <joy_m32>joy_m_2_3_2.png</joy_m32>
    </joy_m>
    <joy_m>
        <emotion>joy_m</emotion>
        <joy_m11>joy_m_3_1_1.png</joy_m11>
        <joy_m12>joy_m_3_1_2.png</joy_m12>
        <joy_m21>joy_m_3_2_1.png</joy_m21>
        <joy_m22>joy_m_3_2_2.png</joy_m22>
        <joy_m31>joy_m_3_3_1.png</joy_m31>
        <joy_m32>joy_m_3_3_2.png</joy_m32>
    </joy_m>
    <joy_m>
        <emotion>joy_m</emotion>
        <joy_m11>joy_m_4_1_1.png</joy_m11>
        <joy_m12>joy_m_4_1_2.png</joy_m12>
        <joy_m21>joy_m_4_2_1.png</joy_m21>
        <joy_m22>joy_m_4_2_2.png</joy_m22>
        <joy_m31>joy_m_4_3_1.png</joy_m31>
        <joy_m32>joy_m_4_3_2.png</joy_m32>
    </joy_m>
    <admiration_p>
        <emotion>admiration_p</emotion>
        <admiration_p11>admiration_p_1_1_1.png</admiration_p11>
        <admiration_p12>admiration_p_1_1_2.png</admiration_p12>
        <admiration_p21>admiration_p_1_2_1.png</admiration_p21>
        <admiration_p22>admiration_p_1_2_2.png</admiration_p22>
        <admiration_p31>admiration_p_1_3_1.png</admiration_p31>
        <admiration_p32>admiration_p_1_3_2.png</admiration_p32>
    </admiration_p>
    <admiration_p>
        <emotion>admiration_p</emotion>
        <admiration_p11>admiration_p_2_1_1.png</admiration_p11>
        <admiration_p12>admiration_p_2_1_2.png</admiration_p12>
        <admiration_p21>admiration_p_2_2_1.png</admiration_p21>
        <admiration_p22>admiration_p_2_2_2.png</admiration_p22>
        <admiration_p31>admiration_p_2_3_1.png</admiration_p31>
        <admiration_p32>admiration_p_2_3_2.png</admiration_p32>
    </admiration_p>
    <admiration_p>
        <emotion>admiration_p</emotion>
        <admiration_p11>admiration_p_3_1_1.png</admiration_p11>
        <admiration_p12>admiration_p_3_1_2.png</admiration_p12>
        <admiration_p21>admiration_p_3_2_1.png</admiration_p21>
        <admiration_p22>admiration_p_3_2_2.png</admiration_p22>
        <admiration_p31>admiration_p_3_3_1.png</admiration_p31>
        <admiration_p32>admiration_p_3_3_2.png</admiration_p32>
    </admiration_p>
    <admiration_m>
        <emotion>admiration_m</emotion>
        <admiration_m11>admiration_m_1_1_1.png</admiration_m11>
        <admiration_m12>admiration_m_1_1_2.png</admiration_m12>
        <admiration_m21>admiration_m_1_2_1.png</admiration_m21>
        <admiration_m22>admiration_m_1_2_2.png</admiration_m22>
        <admiration_m31>admiration_m_1_3_1.png</admiration_m31>
        <admiration_m32>admiration_m_1_3_2.png</admiration_m32>
    </admiration_m>
    <admiration_m>
        <emotion>admiration_m</emotion>
        <admiration_m11>admiration_m_2_1_1.png</admiration_m11>
        <admiration_m12>admiration_m_2_1_2.png</admiration_m12>
        <admiration_m21>admiration_m_2_2_1.png</admiration_m21>
        <admiration_m22>admiration_m_2_2_2.png</admiration_m22>
        <admiration_m31>admiration_m_2_3_1.png</admiration_m31>
        <admiration_m32>admiration_m_2_3_2.png</admiration_m32>
    </admiration_m>
    <admiration_m>
        <emotion>admiration_m</emotion>
        <admiration_m11>admiration_m_3_1_1.png</admiration_m11>
        <admiration_m12>admiration_m_3_1_2.png</admiration_m12>
        <admiration_m21>admiration_m_3_2_1.png</admiration_m21>
        <admiration_m22>admiration_m_3_2_2.png</admiration_m22>
        <admiration_m31>admiration_m_3_3_1.png</admiration_m31>
        <admiration_m32>admiration_m_3_3_2.png</admiration_m32>
    </admiration_m>
    <admiration_m>
        <emotion>admiration_m</emotion>
        <admiration_m11>admiration_m_4_1_1.png</admiration_m11>
        <admiration_m12>admiration_m_4_1_2.png</admiration_m12>
        <admiration_m21>admiration_m_4_2_1.png</admiration_m21>
        <admiration_m22>admiration_m_4_2_2.png</admiration_m22>
        <admiration_m31>admiration_m_4_3_1.png</admiration_m31>
        <admiration_m32>admiration_m_4_3_2.png</admiration_m32>
    </admiration_m>
    <admiration_m>
        <emotion>admiration_m</emotion>
        <admiration_m11>admiration_m_5_1_1.png</admiration_m11>
        <admiration_m12>admiration_m_5_1_2.png</admiration_m12>
        <admiration_m21>admiration_m_5_2_1.png</admiration_m21>
        <admiration_m22>admiration_m_5_2_2.png</admiration_m22>
        <admiration_m31>admiration_m_5_3_1.png</admiration_m31>
        <admiration_m32>admiration_m_5_3_2.png</admiration_m32>
    </admiration_m>
    <peace_p>
        <emotion>peace_p</emotion>
        <peace_p11>peace_p_1_1_1.png</peace_p11>
        <peace_p12>peace_p_1_1_2.png</peace_p12>
        <peace_p21>peace_p_1_2_1.png</peace_p21>
        <peace_p22>peace_p_1_2_2.png</peace_p22>
        <peace_p31>peace_p_1_3_1.png</peace_p31>
        <peace_p32>peace_p_1_3_2.png</peace_p32>
    </peace_p>
    <peace_p>
        <emotion>peace_p</emotion>
        <peace_p11>peace_p_2_1_1.png</peace_p11>
        <peace_p12>peace_p_2_1_2.png</peace_p12>
        <peace_p21>peace_p_2_2_1.png</peace_p21>
        <peace_p22>peace_p_2_2_2.png</peace_p22>
        <peace_p31>peace_p_2_3_1.png</peace_p31>
        <peace_p32>peace_p_2_3_2.png</peace_p32>
    </peace_p>
    <peace_m>
        <emotion>peace_m</emotion>
        <peace_m11>peace_m_1_1_1.png</peace_m11>
        <peace_m12>peace_m_1_1_2.png</peace_m12>
        <peace_m21>peace_m_1_2_1.png</peace_m21>
        <peace_m22>peace_m_1_2_2.png</peace_m22>
        <peace_m31>peace_m_1_3_1.png</peace_m31>
        <peace_m32>peace_m_1_3_2.png</peace_m32>
    </peace_m>
    <peace_m>
        <emotion>peace_m</emotion>
        <peace_m11>peace_m_2_1_1.png</peace_m11>
        <peace_m12>peace_m_2_1_2.png</peace_m12>
        <peace_m21>peace_m_2_2_1.png</peace_m21>
        <peace_m22>peace_m_2_2_2.png</peace_m22>
        <peace_m31>peace_m_2_3_1.png</peace_m31>
        <peace_m32>peace_m_2_3_2.png</peace_m32>
    </peace_m>
    <peace_m>
        <emotion>peace_m</emotion>
        <peace_m11>peace_m_3_1_1.png</peace_m11>
        <peace_m12>peace_m_3_1_2.png</peace_m12>
        <peace_m21>peace_m_3_2_1.png</peace_m21>
        <peace_m22>peace_m_3_2_2.png</peace_m22>
        <peace_m31>peace_m_3_3_1.png</peace_m31>
        <peace_m32>peace_m_3_3_2.png</peace_m32>
    </peace_m>
    <ecstasy_p>
        <emotion>ecstasy_p</emotion>
        <ecstasy_p11>ecstasy_p_1_1_1.png</ecstasy_p11>
        <ecstasy_p12>ecstasy_p_1_1_2.png</ecstasy_p12>
        <ecstasy_p21>ecstasy_p_1_2_1.png</ecstasy_p21>
        <ecstasy_p22>ecstasy_p_1_2_2.png</ecstasy_p22>
        <ecstasy_p31>ecstasy_p_1_3_1.png</ecstasy_p31>
        <ecstasy_p32>ecstasy_p_1_3_2.png</ecstasy_p32>
    </ecstasy_p>
    <ecstasy_p>
        <emotion>ecstasy_p</emotion>
        <ecstasy_p11>ecstasy_p_2_1_1.png</ecstasy_p11>
        <ecstasy_p12>ecstasy_p_2_1_2.png</ecstasy_p12>
        <ecstasy_p21>ecstasy_p_2_2_1.png</ecstasy_p21>
        <ecstasy_p22>ecstasy_p_2_2_2.png</ecstasy_p22>
        <ecstasy_p31>ecstasy_p_2_3_1.png</ecstasy_p31>
        <ecstasy_p32>ecstasy_p_2_3_2.png</ecstasy_p32>
    </ecstasy_p>
    <ecstasy_p>
        <emotion>ecstasy_p</emotion>
        <ecstasy_p11>ecstasy_p_3_1_1.png</ecstasy_p11>
        <ecstasy_p12>ecstasy_p_3_1_2.png</ecstasy_p12>
        <ecstasy_p21>ecstasy_p_3_2_1.png</ecstasy_p21>
        <ecstasy_p22>ecstasy_p_3_2_2.png</ecstasy_p22>
        <ecstasy_p31>ecstasy_p_3_3_1.png</ecstasy_p31>
        <ecstasy_p32>ecstasy_p_3_3_2.png</ecstasy_p32>
    </ecstasy_p>
    <ecstasy_m>
        <emotion>ecstasy_m</emotion>
        <ecstasy_m11>ecstasy_m_1_1_1.png</ecstasy_m11>
        <ecstasy_m12>ecstasy_m_1_1_2.png</ecstasy_m12>
        <ecstasy_m21>ecstasy_m_1_2_1.png</ecstasy_m21>
        <ecstasy_m22>ecstasy_m_1_2_2.png</ecstasy_m22>
        <ecstasy_m31>ecstasy_m_1_3_1.png</ecstasy_m31>
        <ecstasy_m32>ecstasy_m_1_3_2.png</ecstasy_m32>
    </ecstasy_m>
    <ecstasy_m>
        <emotion>ecstasy_m</emotion>
        <ecstasy_m11>ecstasy_m_2_1_1.png</ecstasy_m11>
        <ecstasy_m12>ecstasy_m_2_1_2.png</ecstasy_m12>
        <ecstasy_m21>ecstasy_m_2_2_1.png</ecstasy_m21>
        <ecstasy_m22>ecstasy_m_2_2_2.png</ecstasy_m22>
        <ecstasy_m31>ecstasy_m_2_3_1.png</ecstasy_m31>
        <ecstasy_m32>ecstasy_m_2_3_2.png</ecstasy_m32>
    </ecstasy_m>
    <ecstasy_m>
        <emotion>ecstasy_m</emotion>
        <ecstasy_m11>ecstasy_m_3_1_1.png</ecstasy_m11>
        <ecstasy_m12>ecstasy_m_3_1_2.png</ecstasy_m12>
        <ecstasy_m21>ecstasy_m_3_2_1.png</ecstasy_m21>
        <ecstasy_m22>ecstasy_m_3_2_2.png</ecstasy_m22>
        <ecstasy_m31>ecstasy_m_3_3_1.png</ecstasy_m31>
        <ecstasy_m32>ecstasy_m_3_3_2.png</ecstasy_m32>
    </ecstasy_m>
    <amazement_p>
        <emotion>amazement_p</emotion>
        <amazement_p11>amazement_p_1_1_1.png</amazement_p11>
        <amazement_p12>amazement_p_1_1_2.png</amazement_p12>
        <amazement_p21>amazement_p_1_2_1.png</amazement_p21>
        <amazement_p22>amazement_p_1_2_2.png</amazement_p22>
        <amazement_p31>amazement_p_1_3_1.png</amazement_p31>
        <amazement_p32>amazement_p_1_3_2.png</amazement_p32>
    </amazement_p>
    <amazement_p>
        <emotion>amazement_p</emotion>
        <amazement_p11>amazement_p_2_1_1.png</amazement_p11>
        <amazement_p12>amazement_p_2_1_2.png</amazement_p12>
        <amazement_p21>amazement_p_2_2_1.png</amazement_p21>
        <amazement_p22>amazement_p_2_2_2.png</amazement_p22>
        <amazement_p31>amazement_p_2_3_1.png</amazement_p31>
        <amazement_p32>amazement_p_2_3_2.png</amazement_p32>
    </amazement_p>
    <amazement_p>
        <emotion>amazement_p</emotion>
        <amazement_p11>amazement_p_3_1_1.png</amazement_p11>
        <amazement_p12>amazement_p_3_1_2.png</amazement_p12>
        <amazement_p21>amazement_p_3_2_1.png</amazement_p21>
        <amazement_p22>amazement_p_3_2_2.png</amazement_p22>
        <amazement_p31>amazement_p_3_3_1.png</amazement_p31>
        <amazement_p32>amazement_p_3_3_2.png</amazement_p32>
    </amazement_p>
    <amazement_m>
        <emotion>amazement_m</emotion>
        <amazement_m11>amazement_m_1_1_1.png</amazement_m11>
        <amazement_m12>amazement_m_1_1_2.png</amazement_m12>
        <amazement_m21>amazement_m_1_2_1.png</amazement_m21>
        <amazement_m22>amazement_m_1_2_2.png</amazement_m22>
        <amazement_m31>amazement_m_1_3_1.png</amazement_m31>
        <amazement_m32>amazement_m_1_3_2.png</amazement_m32>
    </amazement_m>
    <amazement_m>
        <emotion>amazement_m</emotion>
        <amazement_m11>amazement_m_2_1_1.png</amazement_m11>
        <amazement_m12>amazement_m_2_1_2.png</amazement_m12>
        <amazement_m21>amazement_m_2_2_1.png</amazement_m21>
        <amazement_m22>amazement_m_2_2_2.png</amazement_m22>
        <amazement_m31>amazement_m_2_3_1.png</amazement_m31>
        <amazement_m32>amazement_m_2_3_2.png</amazement_m32>
    </amazement_m>
    <amazement_m>
        <emotion>amazement_m</emotion>
        <amazement_m11>amazement_m_3_1_1.png</amazement_m11>
        <amazement_m12>amazement_m_3_1_2.png</amazement_m12>
        <amazement_m21>amazement_m_3_2_1.png</amazement_m21>
        <amazement_m22>amazement_m_3_2_2.png</amazement_m22>
        <amazement_m31>amazement_m_3_3_1.png</amazement_m31>
        <amazement_m32>amazement_m_3_3_2.png</amazement_m32>
    </amazement_m>
    <rage_p>
        <emotion>rage_p</emotion>
        <rage_p11>rage_p_1_1_1.png</rage_p11>
        <rage_p12>rage_p_1_1_2.png</rage_p12>
        <rage_p21>rage_p_1_2_1.png</rage_p21>
        <rage_p22>rage_p_1_2_2.png</rage_p22>
        <rage_p31>rage_p_1_3_1.png</rage_p31>
        <rage_p32>rage_p_1_3_2.png</rage_p32>
    </rage_p>
    <rage_p>
        <emotion>rage_p</emotion>
        <rage_p11>rage_p_2_1_1.png</rage_p11>
        <rage_p12>rage_p_2_1_2.png</rage_p12>
        <rage_p21>rage_p_2_2_1.png</rage_p21>
        <rage_p22>rage_p_2_2_2.png</rage_p22>
        <rage_p31>rage_p_2_3_1.png</rage_p31>
        <rage_p32>rage_p_2_3_2.png</rage_p32>
    </rage_p>
    <rage_p>
        <emotion>rage_p</emotion>
        <rage_p11>rage_p_3_1_1.png</rage_p11>
        <rage_p12>rage_p_3_1_2.png</rage_p12>
        <rage_p21>rage_p_3_2_1.png</rage_p21>
        <rage_p22>rage_p_3_2_2.png</rage_p22>
        <rage_p31>rage_p_3_3_1.png</rage_p31>
        <rage_p32>rage_p_3_3_2.png</rage_p32>
    </rage_p>
    <rage_m>
        <emotion>rage_m</emotion>
        <rage_m11>rage_m_1_1_1.png</rage_m11>
        <rage_m12>rage_m_1_1_2.png</rage_m12>
        <rage_m21>rage_m_1_2_1.png</rage_m21>
        <rage_m22>rage_m_1_2_2.png</rage_m22>
        <rage_m31>rage_m_1_3_1.png</rage_m31>
        <rage_m32>rage_m_1_3_2.png</rage_m32>
    </rage_m>
    <rage_m>
        <emotion>rage_m</emotion>
        <rage_m11>rage_m_2_1_1.png</rage_m11>
        <rage_m12>rage_m_2_1_2.png</rage_m12>
        <rage_m21>rage_m_2_2_1.png</rage_m21>
        <rage_m22>rage_m_2_2_2.png</rage_m22>
        <rage_m31>rage_m_2_3_1.png</rage_m31>
        <rage_m32>rage_m_2_3_2.png</rage_m32>
    </rage_m>
    <interest_p>
        <emotion>interest_p</emotion>
        <interest_p11>interest_p_1_1_1.png</interest_p11>
        <interest_p12>interest_p_1_1_2.png</interest_p12>
        <interest_p21>interest_p_1_2_1.png</interest_p21>
        <interest_p22>interest_p_1_2_2.png</interest_p22>
        <interest_p31>interest_p_1_3_1.png</interest_p31>
        <interest_p32>interest_p_1_3_2.png</interest_p32>
    </interest_p>
    <interest_p>
        <emotion>interest_p</emotion>
        <interest_p11>interest_p_2_1_1.png</interest_p11>
        <interest_p12>interest_p_2_1_2.png</interest_p12>
        <interest_p21>interest_p_2_2_1.png</interest_p21>
        <interest_p22>interest_p_2_2_2.png</interest_p22>
        <interest_p31>interest_p_2_3_1.png</interest_p31>
        <interest_p32>interest_p_2_3_2.png</interest_p32>
    </interest_p>
    <interest_p>
        <emotion>interest_p</emotion>
        <interest_p11>interest_p_3_1_1.png</interest_p11>
        <interest_p12>interest_p_3_1_2.png</interest_p12>
        <interest_p21>interest_p_3_2_1.png</interest_p21>
        <interest_p22>interest_p_3_2_2.png</interest_p22>
        <interest_p31>interest_p_3_3_1.png</interest_p31>
        <interest_p32>interest_p_3_3_2.png</interest_p32>
    </interest_p>
    <interest_p>
        <emotion>interest_p</emotion>
        <interest_p11>interest_p_4_1_1.png</interest_p11>
        <interest_p12>interest_p_4_1_2.png</interest_p12>
        <interest_p21>interest_p_4_2_1.png</interest_p21>
        <interest_p22>interest_p_4_2_2.png</interest_p22>
        <interest_p31>interest_p_4_3_1.png</interest_p31>
        <interest_p32>interest_p_4_3_2.png</interest_p32>
    </interest_p>
    <interest_p>
        <emotion>interest_p</emotion>
        <interest_p11>interest_p_5_1_1.png</interest_p11>
        <interest_p12>interest_p_5_1_2.png</interest_p12>
        <interest_p21>interest_p_5_2_1.png</interest_p21>
        <interest_p22>interest_p_5_2_2.png</interest_p22>
        <interest_p31>interest_p_5_3_1.png</interest_p31>
        <interest_p32>interest_p_5_3_2.png</interest_p32>
    </interest_p>
    <interest_m>
        <emotion>interest_m</emotion>
        <interest_m11>interest_m_1_1_1.png</interest_m11>
        <interest_m12>interest_m_1_1_2.png</interest_m12>
        <interest_m21>interest_m_1_2_1.png</interest_m21>
        <interest_m22>interest_m_1_2_2.png</interest_m22>
        <interest_m31>interest_m_1_3_1.png</interest_m31>
        <interest_m32>interest_m_1_3_2.png</interest_m32>
    </interest_m>
    <interest_m>
        <emotion>interest_m</emotion>
        <interest_m11>interest_m_2_1_1.png</interest_m11>
        <interest_m12>interest_m_2_1_2.png</interest_m12>
        <interest_m21>interest_m_2_2_1.png</interest_m21>
        <interest_m22>interest_m_2_2_2.png</interest_m22>
        <interest_m31>interest_m_2_3_1.png</interest_m31>
        <interest_m32>interest_m_2_3_2.png</interest_m32>
    </interest_m>
    <respect_p>
        <emotion>respect_p</emotion>
        <respect_p11>respect_p_1_1_1.png</respect_p11>
        <respect_p12>respect_p_1_1_2.png</respect_p12>
        <respect_p21>respect_p_1_2_1.png</respect_p21>
        <respect_p22>respect_p_1_2_2.png</respect_p22>
        <respect_p31>respect_p_1_3_1.png</respect_p31>
        <respect_p32>respect_p_1_3_2.png</respect_p32>
    </respect_p>
    <respect_p>
        <emotion>respect_p</emotion>
        <respect_p11>respect_p_2_1_1.png</respect_p11>
        <respect_p12>respect_p_2_1_2.png</respect_p12>
        <respect_p21>respect_p_2_2_1.png</respect_p21>
        <respect_p22>respect_p_2_2_2.png</respect_p22>
        <respect_p31>respect_p_2_3_1.png</respect_p31>
        <respect_p32>respect_p_2_3_2.png</respect_p32>
    </respect_p>
    <respect_p>
        <emotion>respect_p</emotion>
        <respect_p11>respect_p_3_1_1.png</respect_p11>
        <respect_p12>respect_p_3_1_2.png</respect_p12>
        <respect_p21>respect_p_3_2_1.png</respect_p21>
        <respect_p22>respect_p_3_2_2.png</respect_p22>
        <respect_p31>respect_p_3_3_1.png</respect_p31>
        <respect_p32>respect_p_3_3_2.png</respect_p32>
    </respect_p>
    <respect_m>
        <emotion>respect_m</emotion>
        <respect_m11>respect_m_1_1_1.png</respect_m11>
        <respect_m12>respect_m_1_1_2.png</respect_m12>
        <respect_m21>respect_m_1_2_1.png</respect_m21>
        <respect_m22>respect_m_1_2_2.png</respect_m22>
        <respect_m31>respect_m_1_3_1.png</respect_m31>
        <respect_m32>respect_m_1_3_2.png</respect_m32>
    </respect_m>
    <respect_m>
        <emotion>respect_m</emotion>
        <respect_m11>respect_m_2_1_1.png</respect_m11>
        <respect_m12>respect_m_2_1_2.png</respect_m12>
        <respect_m21>respect_m_2_2_1.png</respect_m21>
        <respect_m22>respect_m_2_2_2.png</respect_m22>
        <respect_m31>respect_m_2_3_1.png</respect_m31>
        <respect_m32>respect_m_2_3_2.png</respect_m32>
    </respect_m>
    <calmly_p>
        <emotion>calmly_p</emotion>
        <calmly_p11>calmly_p_1_1_1.png</calmly_p11>
        <calmly_p12>calmly_p_1_1_2.png</calmly_p12>
        <calmly_p21>calmly_p_1_2_1.png</calmly_p21>
        <calmly_p22>calmly_p_1_2_2.png</calmly_p22>
        <calmly_p31>calmly_p_1_3_1.png</calmly_p31>
        <calmly_p32>calmly_p_1_3_2.png</calmly_p32>
    </calmly_p>
    <calmly_p>
        <emotion>calmly_p</emotion>
        <calmly_p11>calmly_p_2_1_1.png</calmly_p11>
        <calmly_p12>calmly_p_2_1_2.png</calmly_p12>
        <calmly_p21>calmly_p_2_2_1.png</calmly_p21>
        <calmly_p22>calmly_p_2_2_2.png</calmly_p22>
        <calmly_p31>calmly_p_2_3_1.png</calmly_p31>
        <calmly_p32>calmly_p_2_3_2.png</calmly_p32>
    </calmly_p>
    <calmly_m>
        <emotion>calmly_m</emotion>
        <calmly_m11>calmly_m_1_1_1.png</calmly_m11>
        <calmly_m12>calmly_m_1_1_2.png</calmly_m12>
        <calmly_m21>calmly_m_1_2_1.png</calmly_m21>
        <calmly_m22>calmly_m_1_2_2.png</calmly_m22>
        <calmly_m31>calmly_m_1_3_1.png</calmly_m31>
        <calmly_m32>calmly_m_1_3_2.png</calmly_m32>
    </calmly_m>
    <calmly_m>
        <emotion>calmly_m</emotion>
        <calmly_m11>calmly_m_2_1_1.png</calmly_m11>
        <calmly_m12>calmly_m_2_1_2.png</calmly_m12>
        <calmly_m21>calmly_m_2_2_1.png</calmly_m21>
        <calmly_m22>calmly_m_2_2_2.png</calmly_m22>
        <calmly_m31>calmly_m_2_3_1.png</calmly_m31>
        <calmly_m32>calmly_m_2_3_2.png</calmly_m32>
    </calmly_m>
    <calmly_m>
        <emotion>calmly_m</emotion>
        <calmly_m11>calmly_m_3_1_1.png</calmly_m11>
        <calmly_m12>calmly_m_3_1_2.png</calmly_m12>
        <calmly_m21>calmly_m_3_2_1.png</calmly_m21>
        <calmly_m22>calmly_m_3_2_2.png</calmly_m22>
        <calmly_m31>calmly_m_3_3_1.png</calmly_m31>
        <calmly_m32>calmly_m_3_3_2.png</calmly_m32>
    </calmly_m>
    <calmly_m>
        <emotion>calmly_m</emotion>
        <calmly_m11>calmly_m_4_1_1.png</calmly_m11>
        <calmly_m12>calmly_m_4_1_2.png</calmly_m12>
        <calmly_m21>calmly_m_4_2_1.png</calmly_m21>
        <calmly_m22>calmly_m_4_2_2.png</calmly_m22>
        <calmly_m31>calmly_m_4_3_1.png</calmly_m31>
        <calmly_m32>calmly_m_4_3_2.png</calmly_m32>
    </calmly_m>
    <proud_p>
        <emotion>proud_p</emotion>
        <proud_p11>proud_p_1_1_1.png</proud_p11>
        <proud_p12>proud_p_1_1_2.png</proud_p12>
        <proud_p21>proud_p_1_2_1.png</proud_p21>
        <proud_p22>proud_p_1_2_2.png</proud_p22>
        <proud_p31>proud_p_1_3_1.png</proud_p31>
        <proud_p32>proud_p_1_3_2.png</proud_p32>
    </proud_p>
    <proud_m>
        <emotion>proud_m</emotion>
        <proud_m11>proud_m_1_1_1.png</proud_m11>
        <proud_m12>proud_m_1_1_2.png</proud_m12>
        <proud_m21>proud_m_1_2_1.png</proud_m21>
        <proud_m22>proud_m_1_2_2.png</proud_m22>
        <proud_m31>proud_m_1_3_1.png</proud_m31>
        <proud_m32>proud_m_1_3_2.png</proud_m32>
    </proud_m>
    <proud_m>
        <emotion>proud_m</emotion>
        <proud_m11>proud_m_2_1_1.png</proud_m11>
        <proud_m12>proud_m_2_1_2.png</proud_m12>
        <proud_m21>proud_m_2_2_1.png</proud_m21>
        <proud_m22>proud_m_2_2_2.png</proud_m22>
        <proud_m31>proud_m_2_3_1.png</proud_m31>
        <proud_m32>proud_m_2_3_2.png</proud_m32>
    </proud_m>
    <proud_m>
        <emotion>proud_m</emotion>
        <proud_m11>proud_m_3_1_1.png</proud_m11>
        <proud_m12>proud_m_3_1_2.png</proud_m12>
        <proud_m21>proud_m_3_2_1.png</proud_m21>
        <proud_m22>proud_m_3_2_2.png</proud_m22>
        <proud_m31>proud_m_3_3_1.png</proud_m31>
        <proud_m32>proud_m_3_3_2.png</proud_m32>
    </proud_m>
    <sleep>
        <emotion>sleep</emotion>
        <sleep_11>sleep.png</sleep_11>
        <sleep_12>sleep.png</sleep_12>
        <sleep_21>sleep.png</sleep_21>
        <sleep_22>sleep.png</sleep_22>
        <sleep_31>sleep.png</sleep_31>
        <sleep_32>sleep.png</sleep_32>
    </sleep>
 </define>