home *** CD-ROM | disk | FTP | other *** search
/ Singles (French) / Singles-FrenchVersion-Win95.iso / data1.cab / GameLogic_agl / glCharacters.agl < prev    next >
Text File  |  2004-03-05  |  36KB  |  2,469 lines

  1. # influences of the character conditions:
  2. # CHAR_EXTROVERTEDNESS
  3. # NEED_RELATIONSHIP_FRIENDSHIP is rising and sinking faster
  4.  
  5. # CHAR_PLAYFULLNESS
  6. # NEED_FUN is rising and sinking faster
  7. # NEED_LIBIDO_EROTIC is rising and sinking faster
  8. #
  9. # CHAR_TIDINESS
  10. # influences CHAR_MESSY
  11. # if the value is low, the character is often late for/from work
  12. # if the value is high, the appartment value decreases with its dirtiness
  13. # CHAR_FRIENDLYNESS
  14. # NEED_RELATIONSHIP_ROMANTIC is rising and sinking faster
  15. #
  16. # CHAR_NEUROTIC
  17. # influences CHAR_CHAOTIC
  18. # NEED_TIREDNESS is sinking slower
  19. # NEED_HYGIENE is sinking faster
  20. # the character is thinking faster
  21. #
  22. # hidden condition: 
  23. # CHAR_MESSY 
  24. # influences how much dirt the character makes
  25. # the value depends on the CHAR_TIDINESS level
  26. #
  27. # CHAR_CHAOTIC
  28. # influences how faithful the character is to his dayly schedule
  29. # the value depends on the CHAR_NEUROTIC level
  30. #
  31.  
  32. GLCharacters object
  33. {
  34.     # initial update values: after how many hours falls the need from 100% to 0%?
  35.     conditionUpdateValues
  36.     {
  37.         # NEED_HUNGER
  38.         0 = 12
  39.         # NEED_COMFORT
  40.         1 = 48
  41.         # NEED_HYGIENE
  42.         # 2 = 0
  43.         # NEED_TIREDNESS
  44.         3 = 19
  45.         # NEED_FUN
  46.         4 = 48
  47.         # NEED_RELATIONSHIP
  48.         # 5 = 0
  49.         # NEED_LIBIDO
  50.         # 6 = 0
  51.         # NEED_APARTMENT
  52.         7 = 0
  53.         # NEED_HYGIENE_BODY
  54.         8 = 48
  55.         # NEED_HYGIENE_MOUTH
  56.         9 = 24
  57.         # NEED_HYGIENE_HAND
  58.         10 = 24
  59.         # NEED_LIBIDO_EROTIC
  60.         11 = 48
  61.         # NEED_LIBIDO_SEX
  62.         12 = 96
  63.         # NEED_RELATIONSHIP_FRIENDSHIP
  64.         13 = 48
  65.         # NEED_RELATIONSHIP_ROMANTIC
  66.         14 =  48
  67.         # NEED_JUSTICE
  68.         15 = -168
  69.         # NEED_WORK
  70.         16 = 0  
  71.         # NEED_TROUBLE
  72.         17 = 0    
  73.         # NEED_BLADDER
  74.         18 = 12    
  75.         # NEED_TIDINESS_OBJECTS
  76.         19 = 0
  77.         # NEED_TIDINESS_FLOOR
  78.         20 = 0
  79.         # NEED_TIDINESS_PLATES
  80.         21 = 0
  81.         # NEED_TIDINESS_TRASH
  82.         22 = 0
  83.     }
  84.     
  85.             
  86.     # defines influences for the 11 (0-10) degrees of character conditions on
  87.     # the initial (standard) condition update values. If possible,
  88.     # skills are interpolated
  89.     characterConditionUpdateModifiers
  90.     {
  91.         # CHAR_EXTROVERTEDNESS
  92.         0
  93.         {    
  94.             # NEED_RELATIONSHIP_FRIENDSHIP
  95.             13
  96.             {
  97.                 # maps condition level to modifier
  98.                 0
  99.                 {
  100.                     operation = MUL
  101.                     value = 0.8
  102.                 }
  103.                 10
  104.                 {
  105.                     operation = MUL
  106.                     value = 1.25
  107.                 }
  108.             }
  109.         }
  110.         # CHAR_PLAYFULLNESS
  111.         1
  112.         {
  113.             # NEED_FUN
  114.             4
  115.             {
  116.                 # maps condition level to modifier
  117.                 0
  118.                 {
  119.                     operation = MUL
  120.                     value = 0.8
  121.                 }
  122.                 10
  123.                 {
  124.                     operation = MUL
  125.                     value = 1.25
  126.                 }
  127.             }
  128.             # NEED_LIBIDO_EROTIC
  129.             11
  130.             {
  131.                 # maps condition level to modifier
  132.                 0
  133.                 {
  134.                     operation = MUL
  135.                     value = 0.8
  136.                 }
  137.                 10
  138.                 {
  139.                     operation = MUL
  140.                     value = 1.25
  141.                 }
  142.             }
  143.         }
  144.         # CHAR_TIDINESS
  145.         2
  146.         {
  147.         # schlaf erholsamer
  148.         }
  149.         # CHAR_FRIENDLYNESS
  150.         3
  151.         {
  152.             # NEED_RELATIONSHIP_ROMANTIC
  153.             14
  154.             {
  155.                 # maps condition level to modifier
  156.                 0
  157.                 {
  158.                     operation = MUL
  159.                     value = 0.8
  160.                 }
  161.                 10
  162.                 {
  163.                     operation = MUL
  164.                     value = 1.25
  165.                 }
  166.             }
  167.         }
  168.         # CHAR_NEUROTIC
  169.         4
  170.         {
  171.             # NEED_TIREDNESS
  172.             3
  173.             {
  174.                 # maps condition level to modifier
  175.                 0
  176.                 {
  177.                     operation = MUL
  178.                     value = 1.05
  179.                 }
  180.                 10
  181.                 {
  182.                     operation = MUL
  183.                     value = 0.95
  184.                 }
  185.             }
  186.             # NEED_HYGIENE_BODY
  187.             8
  188.             {
  189.                 # maps condition level to modifier
  190.                 0
  191.                 {
  192.                     operation = MUL
  193.                     value = 0.8
  194.                 }
  195.                 10
  196.                 {
  197.                     operation = MUL
  198.                     value = 1.25
  199.                 }
  200.             }
  201.             # NEED_HYGIENE_MOUTH
  202.             9
  203.             {
  204.                 # maps condition level to modifier
  205.                 0
  206.                 {
  207.                     operation = MUL
  208.                     value = 0.8
  209.                 }
  210.                 10
  211.                 {
  212.                     operation = MUL
  213.                     value = 1.25
  214.                 }
  215.             }
  216.             # NEED_HYGIENE_HAND
  217.             10
  218.             {
  219.                 # maps condition level to modifier
  220.                 0
  221.                 {
  222.                     operation = MUL
  223.                     value = 0.8
  224.                 }
  225.                 10
  226.                 {
  227.                     operation = MUL
  228.                     value = 1.25
  229.                 }
  230.             }
  231.         }
  232.     
  233.     }
  234.     
  235.     # defines influences for the 11 (0-10) degrees of character conditions on
  236.     # derived character conditions
  237.     derivedCharacterConditions
  238.     {
  239.         # CHAR_MESSY
  240.         5
  241.         {
  242.             # CHAR_TIDINESS
  243.             2
  244.             {
  245.                 0
  246.                 {
  247.                     operation = SET
  248.                     value = 5
  249.                 }
  250.                 10
  251.                 {
  252.                     operation = SET
  253.                     value = 3
  254.                 }
  255.             }
  256.         }
  257.         
  258.         # CHAR_CHAOTIC
  259.         6
  260.         {
  261.             # CHAR_NEUROTIC
  262.             4
  263.             {
  264.                 0
  265.                 {
  266.                     operation = SET
  267.                     value = 3
  268.                 }
  269.                 10
  270.                 {
  271.                     operation = SET
  272.                     value = 7
  273.                 }
  274.             }
  275.         }
  276.     }
  277.     characterConditionValues
  278.     {        
  279.         # any characters
  280.         -1
  281.         {
  282.             # any archtypes
  283.             -1
  284.             {
  285.                 # CHAR_EXTROVERTEDNESS
  286.                 0 = 5
  287.                 # CHAR_PLAYFULLNESS
  288.                 1 = 5
  289.                 # CHAR_TIDINESS
  290.                 2 = 5
  291.                 # CHAR_FRIENDLYNESS
  292.                 3 = 5
  293.                 # CHAR_NEUROTIC
  294.                 4 = 5
  295.             #    # CHAR_MESSY
  296.             #    5 = 4
  297.             #    # CHAR_CHAOTIC
  298.             #    6 = 5
  299.             }
  300.         }
  301.         # female character
  302.         0
  303.         {
  304.             # any archtypes
  305.             -1
  306.             {
  307.             }
  308.             # BOSS
  309.             0
  310.             {
  311.                 # CHAR_EXTROVERTEDNESS
  312.                 0 = 8
  313.                 # CHAR_PLAYFULLNESS
  314.                 1 = 4
  315.                 # CHAR_TIDINESS
  316.                 2 = 8
  317.                 # CHAR_FRIENDLYNESS
  318.                 3 = 5
  319.                 # CHAR_NEUROTIC
  320.                 4 = 3
  321.             #    # CHAR_MESSY
  322.             #    5 = 3
  323.             #    # CHAR_CHAOTIC
  324.             #    6 = 2
  325.             }
  326.             # SEDUCTRESS - Natasha
  327.             1
  328.             {
  329.                 # CHAR_EXTROVERTEDNESS
  330.                 0 = 2
  331.                 # CHAR_PLAYFULLNESS
  332.                 1 = 8
  333.                 # CHAR_TIDINESS
  334.                 2 = 5
  335.                 # CHAR_FRIENDLYNESS
  336.                 3 = 8
  337.                 # CHAR_NEUROTIC
  338.                 4 = 8
  339.             #    # CHAR_MESSY
  340.             #    5 = 3
  341.             #    # CHAR_CHAOTIC
  342.             #    6 = 7
  343.             }
  344.             # SPUNKY_KID - Lisa
  345.             2
  346.             {
  347.                 # CHAR_EXTROVERTEDNESS
  348.                 0 = 8
  349.                 # CHAR_PLAYFULLNESS
  350.                 1 = 8
  351.                 # CHAR_TIDINESS
  352.                 2 = 8
  353.                 # CHAR_FRIENDLYNESS
  354.                 3 = 8
  355.                 # CHAR_NEUROTIC
  356.                 4 = 3
  357.             #    # CHAR_MESSY
  358.             #    5 = 3
  359.             #    # CHAR_CHAOTIC
  360.             #    6 = 3
  361.             }
  362.             # FREE_SPIRIT - Linda
  363.             3
  364.             {
  365.                 # CHAR_EXTROVERTEDNESS
  366.                 0 = 9
  367.                 # CHAR_PLAYFULLNESS
  368.                 1 = 8
  369.                 # CHAR_TIDINESS
  370.                 2 = 2
  371.                 # CHAR_FRIENDLYNESS
  372.                 3 = 7
  373.                 # CHAR_NEUROTIC
  374.                 4 = 8
  375.             #    # CHAR_MESSY
  376.             #    5 = 3
  377.             #    # CHAR_CHAOTIC
  378.             #    6 = 9
  379.             }
  380.             # INNOCENT_GIRL - Tom (Gay)
  381.             4
  382.             {
  383.                 # CHAR_EXTROVERTEDNESS
  384.                 0 = 1
  385.                 # CHAR_PLAYFULLNESS
  386.                 1 = 9
  387.                 # CHAR_TIDINESS
  388.                 2 = 7
  389.                 # CHAR_FRIENDLYNESS
  390.                 3 = 9
  391.                 # CHAR_NEUROTIC
  392.                 4 = 1
  393.             #    # CHAR_MESSY
  394.             #    5 = 3
  395.             #    # CHAR_CHAOTIC
  396.             #    6 = 3
  397.             }
  398.             # SCIENTIST - Ellen
  399.             5
  400.             {
  401.                 # CHAR_EXTROVERTEDNESS
  402.                 0 = 1
  403.                 # CHAR_PLAYFULLNESS
  404.                 1 = 2
  405.                 # CHAR_TIDINESS
  406.                 2 = 9
  407.                 # CHAR_FRIENDLYNESS
  408.                 3 = 5
  409.                 # CHAR_NEUROTIC
  410.                 4 = 6
  411.             #    # CHAR_MESSY
  412.             #    5 = 3
  413.             #    # CHAR_CHAOTIC
  414.             #    6 = 4
  415.             }
  416.             # ACTIVIST - Red
  417.             6
  418.             {
  419.                 # CHAR_EXTROVERTEDNESS
  420.                 0 = 8
  421.                 # CHAR_PLAYFULLNESS
  422.                 1 = 3
  423.                 # CHAR_TIDINESS
  424.                 2 = 5
  425.                 # CHAR_FRIENDLYNESS
  426.                 3 = 1
  427.                 # CHAR_NEUROTIC
  428.                 4 = 2
  429.             #    # CHAR_MESSY
  430.             #    5 = 3
  431.             #    # CHAR_CHAOTIC
  432.             #    6 = 8
  433.             }
  434.             # NURSE - mary - not uses
  435.             7
  436.             {
  437.                 # CHAR_EXTROVERTEDNESS
  438.                 0 = 7
  439.                 # CHAR_PLAYFULLNESS
  440.                 1 = 3
  441.                 # CHAR_TIDINESS
  442.                 2 = 8
  443.                 # CHAR_FRIENDLYNESS
  444.                 3 = 9
  445.                 # CHAR_NEUROTIC
  446.                 4 = 1
  447.             #    # CHAR_MESSY
  448.             #    5 = 3
  449.             #    # CHAR_CHAOTIC
  450.             #    6 = 2
  451.             }
  452.         }
  453.         # male character
  454.         1
  455.         {
  456.             # any archtypes
  457.             -1
  458.             {
  459.             }
  460.             # CHIEF - Mark
  461.             0
  462.             {
  463.                 # CHAR_EXTROVERTEDNESS
  464.                 0 = 8
  465.                 # CHAR_PLAYFULLNESS
  466.                 1 = 4
  467.                 # CHAR_TIDINESS
  468.                 2 = 8
  469.                 # CHAR_FRIENDLYNESS
  470.                 3 = 4
  471.                 # CHAR_NEUROTIC
  472.                 4 = 2
  473.             #    # CHAR_MESSY
  474.             #    5 = 5
  475.             #    # CHAR_CHAOTIC
  476.             #    6 = 2
  477.             }
  478.             # BAD_BOY - Bad Boy Bob
  479.             1
  480.             {
  481.                 # CHAR_EXTROVERTEDNESS
  482.                 0 = 8
  483.                 # CHAR_PLAYFULLNESS
  484.                 1 = 8
  485.                 # CHAR_TIDINESS
  486.                 2 = 5
  487.                 # CHAR_FRIENDLYNESS
  488.                 3 = 4
  489.                 # CHAR_NEUROTIC
  490.                 4 = 8
  491.             #    # CHAR_MESSY
  492.             #    5 = 5
  493.             #    # CHAR_CHAOTIC
  494.             #    6 = 7
  495.             }
  496.             # BEST_FRIEND - Bernie
  497.             2
  498.             {
  499.                 # CHAR_EXTROVERTEDNESS
  500.                 0 = 6
  501.                 # CHAR_PLAYFULLNESS
  502.                 1 = 3
  503.                 # CHAR_TIDINESS
  504.                 2 = 8
  505.                 # CHAR_FRIENDLYNESS
  506.                 3 = 9
  507.                 # CHAR_NEUROTIC
  508.                 4 = 2
  509.             #    # CHAR_MESSY
  510.             #    5 = 5
  511.             #    # CHAR_CHAOTIC
  512.             #    6 = 3
  513.             }
  514.             # CHARMER - Mike
  515.             3
  516.             {
  517.                 # CHAR_EXTROVERTEDNESS
  518.                 0 = 9
  519.                 # CHAR_PLAYFULLNESS
  520.                 1 = 8
  521.                 # CHAR_TIDINESS
  522.                 2 = 2
  523.                 # CHAR_FRIENDLYNESS
  524.                 3 = 6
  525.                 # CHAR_NEUROTIC
  526.                 4 = 8
  527.             #    # CHAR_MESSY
  528.             #    5 = 3
  529.             #    # CHAR_CHAOTIC
  530.             #    6 = 5
  531.             }
  532.             # LOST_SOUL - Nicolas
  533.             4
  534.             {
  535.                 # CHAR_EXTROVERTEDNESS
  536.                 0 = 1
  537.                 # CHAR_PLAYFULLNESS
  538.                 1 = 5
  539.                 # CHAR_TIDINESS
  540.                 2 = 2
  541.                 # CHAR_FRIENDLYNESS
  542.                 3 = 5
  543.                 # CHAR_NEUROTIC
  544.                 4 = 9
  545.             #    # CHAR_MESSY
  546.             #    5 = 5
  547.             #    # CHAR_CHAOTIC
  548.             #    6 = 9
  549.             }
  550.             # PROFESSOR - Deryl
  551.             5
  552.             {
  553.                 # CHAR_EXTROVERTEDNESS
  554.                 0 = 2
  555.                 # CHAR_PLAYFULLNESS
  556.                 1 = 7
  557.                 # CHAR_TIDINESS
  558.                 2 = 5
  559.                 # CHAR_FRIENDLYNESS
  560.                 3 = 8
  561.                 # CHAR_NEUROTIC
  562.                 4 = 8
  563.             #    # CHAR_MESSY
  564.             #    5 = 5
  565.             #    # CHAR_CHAOTIC
  566.             #    6 = 8
  567.             }
  568.             # SWASHBUCKLER - Pilot - not used
  569.             6
  570.             {
  571.                 # CHAR_EXTROVERTEDNESS
  572.                 0 = 8
  573.                 # CHAR_PLAYFULLNESS
  574.                 1 = 8
  575.                 # CHAR_TIDINESS
  576.                 2 = 3
  577.                 # CHAR_FRIENDLYNESS
  578.                 3 = 8
  579.                 # CHAR_NEUROTIC
  580.                 4 = 3
  581.             #    # CHAR_MESSY
  582.             #    5 = 5
  583.             #    # CHAR_CHAOTIC
  584.             #    6 = 4
  585.             }
  586.             # WARRIOR - Pacifica (Lesbian)
  587.             7
  588.             {
  589.                 # CHAR_EXTROVERTEDNESS
  590.                 0 = 7
  591.                 # CHAR_PLAYFULLNESS
  592.                 1 = 4
  593.                 # CHAR_TIDINESS
  594.                 2 = 3
  595.                 # CHAR_FRIENDLYNESS
  596.                 3 = 2
  597.                 # CHAR_NEUROTIC
  598.                 4 = 3
  599.             #    # CHAR_MESSY
  600.             #    5 = 5
  601.             #    # CHAR_CHAOTIC
  602.             #    6 = 8
  603.             }
  604.         }
  605.     }
  606.     
  607.     # defines influences for the 11 (0-10) degrees of character conditions: if possible,
  608.     # skills are interpolated
  609.     characterConditionActivityModifiers
  610.     {
  611.         # treiben gerne sport wenn extrovertiert, lesen gerne Bⁿcher wenn introvertiert
  612.         
  613.         # CHAR_EXTROVERTEDNESS
  614.         0
  615.         {
  616.             talkCasual
  617.             {
  618.                 0
  619.                 {
  620.                     influenceModifiers
  621.                     {
  622.                         0
  623.                         {
  624.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  625.                             type = value
  626.                             operation = MUL
  627.                             value = 0.8
  628.                         }
  629.                     }
  630.                 }
  631.                 10
  632.                 {
  633.                     influenceModifiers
  634.                     {
  635.                         0
  636.                         {
  637.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  638.                             type = value
  639.                             operation = MUL
  640.                             value = 1.25
  641.                         }
  642.                     }
  643.                 }
  644.             }
  645.             talkGossip
  646.             {
  647.                 0
  648.                 {
  649.                     influenceModifiers
  650.                     {
  651.                         0
  652.                         {
  653.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  654.                             type = value
  655.                             operation = MUL
  656.                             value = 0.8
  657.                         }
  658.                     }
  659.                 }
  660.                 10
  661.                 {
  662.                     influenceModifiers
  663.                     {
  664.                         0
  665.                         {
  666.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  667.                             type = value
  668.                             operation = MUL
  669.                             value = 1.25
  670.                         }
  671.                     }
  672.                 }
  673.             }
  674.             talkHobby
  675.             {
  676.                 0
  677.                 {
  678.                     influenceModifiers
  679.                     {
  680.                         0
  681.                         {
  682.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  683.                             type = value
  684.                             operation = MUL
  685.                             value = 0.8
  686.                         }
  687.                     }
  688.                 }
  689.                 10
  690.                 {
  691.                     influenceModifiers
  692.                     {
  693.                         0
  694.                         {
  695.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  696.                             type = value
  697.                             operation = MUL
  698.                             value = 1.25
  699.                         }
  700.                     }
  701.                 }
  702.             }
  703.             talkComfort
  704.             {
  705.                 0
  706.                 {
  707.                     influenceModifiers
  708.                     {
  709.                         0
  710.                         {
  711.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  712.                             type = value
  713.                             operation = MUL
  714.                             value = 0.8
  715.                         }
  716.                     }
  717.                 }
  718.                 10
  719.                 {
  720.                     influenceModifiers
  721.                     {
  722.                         0
  723.                         {
  724.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  725.                             type = value
  726.                             operation = MUL
  727.                             value = 1.25
  728.                         }
  729.                     }
  730.                 }
  731.             }
  732.             talkJoke
  733.             {
  734.                 0
  735.                 {
  736.                     influenceModifiers
  737.                     {
  738.                         0
  739.                         {
  740.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  741.                             type = value
  742.                             operation = MUL
  743.                             value = 0.8
  744.                         }
  745.                     }
  746.                 }
  747.                 10
  748.                 {
  749.                     influenceModifiers
  750.                     {
  751.                         0
  752.                         {
  753.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  754.                             type = value
  755.                             operation = MUL
  756.                             value = 1.25
  757.                         }
  758.                     }
  759.                 }
  760.             }
  761.             
  762.             callFriends
  763.             {
  764.                 0
  765.                 {
  766.                     influenceModifiers
  767.                     {
  768.                         0
  769.                         {
  770.                             condition = NEED_FUN
  771.                             type = value
  772.                             operation = MUL
  773.                             value = 0.8
  774.                         }
  775.                     }
  776.                 }
  777.                 10
  778.                 {
  779.                     influenceModifiers
  780.                     {
  781.                         0
  782.                         {
  783.                             condition = NEED_FUN
  784.                             type = value
  785.                             operation = MUL
  786.                             value = 1.25
  787.                         }
  788.                     }
  789.                 }
  790.             }
  791.             
  792.             chatComputer
  793.             {
  794.             
  795.                 0
  796.                 {
  797.                     influenceModifiers
  798.                     {
  799.                         0
  800.                         {
  801.                             condition = NEED_FUN
  802.                             type = value
  803.                             operation = MUL
  804.                             value = 0.8
  805.                         }
  806.                         1
  807.                         {
  808.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  809.                             type = value
  810.                             operation = MUL
  811.                             value = 0.8
  812.                         }
  813.                     }
  814.                 }
  815.                 10
  816.                 {
  817.                     influenceModifiers
  818.                     {
  819.                         0
  820.                         {
  821.                             condition = NEED_FUN
  822.                             type = value
  823.                             operation = MUL
  824.                             value = 1.25
  825.                         }
  826.                         1
  827.                         {
  828.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  829.                             type = value
  830.                             operation = MUL
  831.                             value = 1.25
  832.                         }
  833.                     }
  834.                 }
  835.             }
  836.             
  837.             box
  838.             {
  839.                 0
  840.                 {
  841.                     influenceModifiers
  842.                     {
  843.                         0
  844.                         {
  845.                             condition = NEED_FUN
  846.                             type = value
  847.                             operation = MUL
  848.                             value = 0.8
  849.                         }
  850.                     }
  851.                 }
  852.                 10
  853.                 {
  854.                     influenceModifiers
  855.                     {
  856.                         0
  857.                         {
  858.                             condition = NEED_FUN
  859.                             type = value
  860.                             operation = MUL
  861.                             value = 1.25
  862.                         }
  863.                     }
  864.                 }
  865.             }
  866.             
  867.             run
  868.             {
  869.                 0
  870.                 {
  871.                     influenceModifiers
  872.                     {
  873.                         0
  874.                         {
  875.                             condition = NEED_FUN
  876.                             type = value
  877.                             operation = MUL
  878.                             value = 0.8
  879.                         }
  880.                     }
  881.                 }
  882.                 10
  883.                 {
  884.                     influenceModifiers
  885.                     {
  886.                         0
  887.                         {
  888.                             condition = NEED_FUN
  889.                             type = value
  890.                             operation = MUL
  891.                             value = 1.25
  892.                         }
  893.                     }
  894.                 }
  895.             }
  896.             
  897.             swim
  898.             {
  899.                 0
  900.                 {
  901.                     influenceModifiers
  902.                     {
  903.                         0
  904.                         {
  905.                             condition = NEED_FUN
  906.                             type = value
  907.                             operation = MUL
  908.                             value = 0.8
  909.                         }
  910.                     }
  911.                 }
  912.                 10
  913.                 {
  914.                     influenceModifiers
  915.                     {
  916.                         0
  917.                         {
  918.                             condition = NEED_FUN
  919.                             type = value
  920.                             operation = MUL
  921.                             value = 1.25
  922.                         }
  923.                     }
  924.                 }
  925.             }
  926.             
  927.             makePushups
  928.             {
  929.                 0
  930.                 {
  931.                     influenceModifiers
  932.                     {
  933.                         0
  934.                         {
  935.                             condition = NEED_FUN
  936.                             type = value
  937.                             operation = MUL
  938.                             value = 0.8
  939.                         }
  940.                     }
  941.                 }
  942.                 10
  943.                 {
  944.                     influenceModifiers
  945.                     {
  946.                         0
  947.                         {
  948.                             condition = NEED_FUN
  949.                             type = value
  950.                             operation = MUL
  951.                             value = 1.25
  952.                         }
  953.                     }
  954.                 }
  955.             }
  956.             
  957.             playComputer
  958.             {
  959.                 0
  960.                 {
  961.                     influenceModifiers
  962.                     {
  963.                         0
  964.                         {
  965.                             condition = NEED_FUN
  966.                             type = value
  967.                             operation = MUL
  968.                             value = 1.25
  969.                         }
  970.                     }
  971.                 }
  972.                 10
  973.                 {
  974.                     influenceModifiers
  975.                     {
  976.                         0
  977.                         {
  978.                             condition = NEED_FUN
  979.                             type = value
  980.                             operation = MUL
  981.                             value = 0.8
  982.                         }
  983.                     }
  984.                 }
  985.             }
  986.             
  987.             playGuitar
  988.             {
  989.                 0
  990.                 {
  991.                     influenceModifiers
  992.                     {
  993.                         0
  994.                         {
  995.                             condition = NEED_FUN
  996.                             type = value
  997.                             operation = MUL
  998.                             value = 1.25
  999.                         }
  1000.                     }
  1001.                 }
  1002.                 10
  1003.                 {
  1004.                     influenceModifiers
  1005.                     {
  1006.                         0
  1007.                         {
  1008.                             condition = NEED_FUN
  1009.                             type = value
  1010.                             operation = MUL
  1011.                             value = 0.8
  1012.                         }
  1013.                     }
  1014.                 }
  1015.             }
  1016.             
  1017.             readNovel
  1018.             {
  1019.                 0
  1020.                 {
  1021.                     influenceModifiers
  1022.                     {
  1023.                         0
  1024.                         {
  1025.                             condition = NEED_FUN
  1026.                             type = value
  1027.                             operation = MUL
  1028.                             value = 1.25
  1029.                         }
  1030.                     }
  1031.                 }
  1032.                 10
  1033.                 {
  1034.                     influenceModifiers
  1035.                     {
  1036.                         0
  1037.                         {
  1038.                             condition = NEED_FUN
  1039.                             type = value
  1040.                             operation = MUL
  1041.                             value = 0.8
  1042.                         }
  1043.                     }
  1044.                 }
  1045.             }
  1046.             
  1047.             readSpecBook
  1048.             {
  1049.                 0
  1050.                 {
  1051.                     influenceModifiers
  1052.                     {
  1053.                         0
  1054.                         {
  1055.                             condition = NEED_FUN
  1056.                             type = value
  1057.                             operation = MUL
  1058.                             value = 1.25
  1059.                         }
  1060.                     }
  1061.                 }
  1062.                 10
  1063.                 {
  1064.                     influenceModifiers
  1065.                     {
  1066.                         0
  1067.                         {
  1068.                             condition = NEED_FUN
  1069.                             type = value
  1070.                             operation = MUL
  1071.                             value = 0.8
  1072.                         }
  1073.                     }
  1074.                 }
  1075.             }
  1076.         }
  1077.         # CHAR_PLAYFULLNESS
  1078.         1
  1079.         {
  1080.             talkTease
  1081.             {
  1082.                 0
  1083.                 {
  1084.                     influenceModifiers
  1085.                     {
  1086.                         0
  1087.                         {
  1088.                             condition = NEED_FUN
  1089.                             type = value
  1090.                             operation = MUL
  1091.                             value = 0.8
  1092.                         }
  1093.                     }
  1094.                 }
  1095.                 10
  1096.                 {
  1097.                     influenceModifiers
  1098.                     {
  1099.                         0
  1100.                         {
  1101.                             condition = NEED_FUN
  1102.                             type = value
  1103.                             operation = MUL
  1104.                             value = 1.25
  1105.                         }
  1106.                     }
  1107.                 }
  1108.             }
  1109.             
  1110.             playBoardgame
  1111.             {
  1112.                 0
  1113.                 {
  1114.                     influenceModifiers
  1115.                     {
  1116.                         0
  1117.                         {
  1118.                             condition = NEED_FUN
  1119.                             type = value
  1120.                             operation = MUL
  1121.                             value = 0.8
  1122.                         }
  1123.                     }
  1124.                 }
  1125.                 10
  1126.                 {
  1127.                     influenceModifiers
  1128.                     {
  1129.                         0
  1130.                         {
  1131.                             condition = NEED_FUN
  1132.                             type = value
  1133.                             operation = MUL
  1134.                             value = 1.25
  1135.                         }
  1136.                     }
  1137.                 }
  1138.             }
  1139.             
  1140.             playComputer
  1141.             {
  1142.                 0
  1143.                 {
  1144.                     influenceModifiers
  1145.                     {
  1146.                         0
  1147.                         {
  1148.                             condition = NEED_FUN
  1149.                             type = value
  1150.                             operation = MUL
  1151.                             value = 0.8
  1152.                         }
  1153.                     }
  1154.                 }
  1155.                 10
  1156.                 {
  1157.                     influenceModifiers
  1158.                     {
  1159.                         0
  1160.                         {
  1161.                             condition = NEED_FUN
  1162.                             type = value
  1163.                             operation = MUL
  1164.                             value = 1.25
  1165.                         }
  1166.                     }
  1167.                 }
  1168.             }
  1169.             
  1170.             playGuitar
  1171.             {
  1172.                 0
  1173.                 {
  1174.                     influenceModifiers
  1175.                     {
  1176.                         0
  1177.                         {
  1178.                             condition = NEED_FUN
  1179.                             type = value
  1180.                             operation = MUL
  1181.                             value = 0.8
  1182.                         }
  1183.                     }
  1184.                 }
  1185.                 10
  1186.                 {
  1187.                     influenceModifiers
  1188.                     {
  1189.                         0
  1190.                         {
  1191.                             condition = NEED_FUN
  1192.                             type = value
  1193.                             operation = MUL
  1194.                             value = 1.25
  1195.                         }
  1196.                     }
  1197.                 }
  1198.             }
  1199.             
  1200.             readNovel
  1201.             {
  1202.                 0
  1203.                 {
  1204.                     influenceModifiers
  1205.                     {
  1206.                         0
  1207.                         {
  1208.                             condition = NEED_FUN
  1209.                             type = value
  1210.                             operation = MUL
  1211.                             value = 0.8
  1212.                         }
  1213.                     }
  1214.                 }
  1215.                 10
  1216.                 {
  1217.                     influenceModifiers
  1218.                     {
  1219.                         0
  1220.                         {
  1221.                             condition = NEED_FUN
  1222.                             type = value
  1223.                             operation = MUL
  1224.                             value = 1.25
  1225.                         }
  1226.                     }
  1227.                 }
  1228.             }
  1229.             
  1230.             readSpecBook
  1231.             {
  1232.                 0
  1233.                 {
  1234.                     influenceModifiers
  1235.                     {
  1236.                         0
  1237.                         {
  1238.                             condition = NEED_FUN
  1239.                             type = value
  1240.                             operation = MUL
  1241.                             value = 0.8
  1242.                         }
  1243.                     }
  1244.                 }
  1245.                 10
  1246.                 {
  1247.                     influenceModifiers
  1248.                     {
  1249.                         0
  1250.                         {
  1251.                             condition = NEED_FUN
  1252.                             type = value
  1253.                             operation = MUL
  1254.                             value = 1.25
  1255.                         }
  1256.                     }
  1257.                 }
  1258.             }
  1259.         
  1260.             box
  1261.             {
  1262.                 0
  1263.                 {
  1264.                     influenceModifiers
  1265.                     {
  1266.                         0
  1267.                         {
  1268.                             condition = NEED_FUN
  1269.                             type = value
  1270.                             operation = MUL
  1271.                             value = 0.8
  1272.                         }
  1273.                     }
  1274.                 }
  1275.                 10
  1276.                 {
  1277.                     influenceModifiers
  1278.                     {
  1279.                         0
  1280.                         {
  1281.                             condition = NEED_FUN
  1282.                             type = value
  1283.                             operation = MUL
  1284.                             value = 1.25
  1285.                         }
  1286.                     }
  1287.                 }
  1288.             }
  1289.             
  1290.             talkJoke
  1291.             {
  1292.                 0
  1293.                 {
  1294.                     influenceModifiers
  1295.                     {
  1296.                         0
  1297.                         {
  1298.                             condition = NEED_FUN
  1299.                             type = value
  1300.                             operation = MUL
  1301.                             value = 0.8
  1302.                         }
  1303.                     }
  1304.                 }
  1305.                 10
  1306.                 {
  1307.                     influenceModifiers
  1308.                     {
  1309.                         0
  1310.                         {
  1311.                             condition = NEED_FUN
  1312.                             type = value
  1313.                             operation = MUL
  1314.                             value = 1.25
  1315.                         }
  1316.                     }
  1317.                 }
  1318.             }
  1319.             
  1320.             chatComputer
  1321.             {
  1322.                 0
  1323.                 {
  1324.                     influenceModifiers
  1325.                     {
  1326.                         0
  1327.                         {
  1328.                             condition = NEED_FUN
  1329.                             type = value
  1330.                             operation = MUL
  1331.                             value = 0.8
  1332.                         }
  1333.                     }
  1334.                 }
  1335.                 10
  1336.                 {
  1337.                     influenceModifiers
  1338.                     {
  1339.                         0
  1340.                         {
  1341.                             condition = NEED_FUN
  1342.                             type = value
  1343.                             operation = MUL
  1344.                             value = 1.25
  1345.                         }
  1346.                     }
  1347.                 }
  1348.             }
  1349.             
  1350.             paint
  1351.             {
  1352.                 0
  1353.                 {
  1354.                     influenceModifiers
  1355.                     {
  1356.                         0
  1357.                         {
  1358.                             condition = NEED_FUN
  1359.                             type = value
  1360.                             operation = MUL
  1361.                             value = 0.8
  1362.                         }
  1363.                     }
  1364.                 }
  1365.                 10
  1366.                 {
  1367.                     influenceModifiers
  1368.                     {
  1369.                         0
  1370.                         {
  1371.                             condition = NEED_FUN
  1372.                             type = value
  1373.                             operation = MUL
  1374.                             value = 1.25
  1375.                         }
  1376.                     }
  1377.                 }
  1378.             }
  1379.             
  1380.             dance
  1381.             {
  1382.                 0
  1383.                 {
  1384.                     influenceModifiers
  1385.                     {
  1386.                         0
  1387.                         {
  1388.                             condition = NEED_FUN
  1389.                             type = value
  1390.                             operation = MUL
  1391.                             value = 0.8
  1392.                         }
  1393.                     }
  1394.                 }
  1395.                 10
  1396.                 {
  1397.                     influenceModifiers
  1398.                     {
  1399.                         0
  1400.                         {
  1401.                             condition = NEED_FUN
  1402.                             type = value
  1403.                             operation = MUL
  1404.                             value = 1.25
  1405.                         }
  1406.                     }
  1407.                 }
  1408.             }
  1409.             
  1410.             flirtDancing
  1411.             {
  1412.                 0
  1413.                 {
  1414.                     influenceModifiers
  1415.                     {
  1416.                         0
  1417.                         {
  1418.                             condition = NEED_FUN
  1419.                             type = value
  1420.                             operation = MUL
  1421.                             value = 0.8
  1422.                         }
  1423.                     }
  1424.                 }
  1425.                 10
  1426.                 {
  1427.                     influenceModifiers
  1428.                     {
  1429.                         0
  1430.                         {
  1431.                             condition = NEED_FUN
  1432.                             type = value
  1433.                             operation = MUL
  1434.                             value = 1.25
  1435.                         }
  1436.                     }
  1437.                 }
  1438.             }
  1439.             
  1440.             checkGift
  1441.             {
  1442.                 0
  1443.                 {
  1444.                     influenceModifiers
  1445.                     {
  1446.                         0
  1447.                         {
  1448.                             condition = NEED_FUN
  1449.                             type = value
  1450.                             operation = MUL
  1451.                             value = 0.8
  1452.                         }
  1453.                     }
  1454.                 }
  1455.                 10
  1456.                 {
  1457.                     influenceModifiers
  1458.                     {
  1459.                         0
  1460.                         {
  1461.                             condition = NEED_FUN
  1462.                             type = value
  1463.                             operation = MUL
  1464.                             value = 1.25
  1465.                         }
  1466.                     }
  1467.                 }
  1468.             }
  1469.             
  1470.             callFriends
  1471.             {
  1472.                 0
  1473.                 {
  1474.                     influenceModifiers
  1475.                     {
  1476.                         0
  1477.                         {
  1478.                             condition = NEED_FUN
  1479.                             type = value
  1480.                             operation = MUL
  1481.                             value = 0.8
  1482.                         }
  1483.                     }
  1484.                 }
  1485.                 10
  1486.                 {
  1487.                     influenceModifiers
  1488.                     {
  1489.                         0
  1490.                         {
  1491.                             condition = NEED_FUN
  1492.                             type = value
  1493.                             operation = MUL
  1494.                             value = 1.25
  1495.                         }
  1496.                     }
  1497.                 }
  1498.             }
  1499.             
  1500.             swim
  1501.             {
  1502.                 0
  1503.                 {
  1504.                     influenceModifiers
  1505.                     {
  1506.                         0
  1507.                         {
  1508.                             condition = NEED_FUN
  1509.                             type = value
  1510.                             operation = MUL
  1511.                             value = 0.8
  1512.                         }
  1513.                     }
  1514.                 }
  1515.                 10
  1516.                 {
  1517.                     influenceModifiers
  1518.                     {
  1519.                         0
  1520.                         {
  1521.                             condition = NEED_FUN
  1522.                             type = value
  1523.                             operation = MUL
  1524.                             value = 1.25
  1525.                         }
  1526.                     }
  1527.                 }
  1528.             }
  1529.             
  1530.             watchAction
  1531.             {
  1532.                 0
  1533.                 {
  1534.                     influenceModifiers
  1535.                     {
  1536.                         0
  1537.                         {
  1538.                             condition = NEED_FUN
  1539.                             type = value
  1540.                             operation = MUL
  1541.                             value = 0.8
  1542.                         }
  1543.                     }
  1544.                 }
  1545.                 10
  1546.                 {
  1547.                     influenceModifiers
  1548.                     {
  1549.                         0
  1550.                         {
  1551.                             condition = NEED_FUN
  1552.                             type = value
  1553.                             operation = MUL
  1554.                             value = 1.25
  1555.                         }
  1556.                     }
  1557.                 }
  1558.             }
  1559.             
  1560.             watchNews
  1561.             {
  1562.                 0
  1563.                 {
  1564.                     influenceModifiers
  1565.                     {
  1566.                         0
  1567.                         {
  1568.                             condition = NEED_FUN
  1569.                             type = value
  1570.                             operation = MUL
  1571.                             value = 0.8
  1572.                         }
  1573.                     }
  1574.                 }
  1575.                 10
  1576.                 {
  1577.                     influenceModifiers
  1578.                     {
  1579.                         0
  1580.                         {
  1581.                             condition = NEED_FUN
  1582.                             type = value
  1583.                             operation = MUL
  1584.                             value = 1.25
  1585.                         }
  1586.                     }
  1587.                 }
  1588.             }
  1589.             
  1590.             watchRomantic
  1591.             {
  1592.                 0
  1593.                 {
  1594.                     influenceModifiers
  1595.                     {
  1596.                         0
  1597.                         {
  1598.                             condition = NEED_FUN
  1599.                             type = value
  1600.                             operation = MUL
  1601.                             value = 0.8
  1602.                         }
  1603.                     }
  1604.                 }
  1605.                 10
  1606.                 {
  1607.                     influenceModifiers
  1608.                     {
  1609.                         0
  1610.                         {
  1611.                             condition = NEED_FUN
  1612.                             type = value
  1613.                             operation = MUL
  1614.                             value = 1.25
  1615.                         }
  1616.                     }
  1617.                 }
  1618.             }
  1619.             
  1620.             watchSitcom
  1621.             {
  1622.                 0
  1623.                 {
  1624.                     influenceModifiers
  1625.                     {
  1626.                         0
  1627.                         {
  1628.                             condition = NEED_FUN
  1629.                             type = value
  1630.                             operation = MUL
  1631.                             value = 0.8
  1632.                         }
  1633.                     }
  1634.                 }
  1635.                 10
  1636.                 {
  1637.                     influenceModifiers
  1638.                     {
  1639.                         0
  1640.                         {
  1641.                             condition = NEED_FUN
  1642.                             type = value
  1643.                             operation = MUL
  1644.                             value = 1.25
  1645.                         }
  1646.                     }
  1647.                 }
  1648.             }
  1649.             
  1650.             watchHorror
  1651.             {
  1652.                 0
  1653.                 {
  1654.                     influenceModifiers
  1655.                     {
  1656.                         0
  1657.                         {
  1658.                             condition = NEED_FUN
  1659.                             type = value
  1660.                             operation = MUL
  1661.                             value = 0.8
  1662.                         }
  1663.                     }
  1664.                 }
  1665.                 10
  1666.                 {
  1667.                     influenceModifiers
  1668.                     {
  1669.                         0
  1670.                         {
  1671.                             condition = NEED_FUN
  1672.                             type = value
  1673.                             operation = MUL
  1674.                             value = 1.25
  1675.                         }
  1676.                     }
  1677.                 }
  1678.             }
  1679.             
  1680.             takePicture
  1681.             {
  1682.                 0
  1683.                 {
  1684.                     influenceModifiers
  1685.                     {
  1686.                         0
  1687.                         {
  1688.                             condition = NEED_FUN
  1689.                             type = value
  1690.                             operation = MUL
  1691.                             value = 0.8
  1692.                         }
  1693.                     }
  1694.                 }
  1695.                 10
  1696.                 {
  1697.                     influenceModifiers
  1698.                     {
  1699.                         0
  1700.                         {
  1701.                             condition = NEED_FUN
  1702.                             type = value
  1703.                             operation = MUL
  1704.                             value = 1.25
  1705.                         }
  1706.                     }
  1707.                 }
  1708.             }
  1709.             
  1710.             kissIntimate
  1711.             {
  1712.                 0
  1713.                 {
  1714.                     influenceModifiers
  1715.                     {
  1716.                         0
  1717.                         {
  1718.                             condition = NEED_LIBIDO_EROTIC
  1719.                             type = value
  1720.                             operation = MUL
  1721.                             value = 0.8
  1722.                         }
  1723.                     }
  1724.                 }
  1725.                 10
  1726.                 {
  1727.                     influenceModifiers
  1728.                     {
  1729.                         0
  1730.                         {
  1731.                             condition = NEED_LIBIDO_EROTIC
  1732.                             type = value
  1733.                             operation = MUL
  1734.                             value = 1.25
  1735.                         }
  1736.                     }
  1737.                 }
  1738.             }
  1739.             
  1740.             getIntimateBed
  1741.             {
  1742.                 0
  1743.                 {
  1744.                     influenceModifiers
  1745.                     {
  1746.                         0
  1747.                         {
  1748.                             condition = NEED_LIBIDO_EROTIC
  1749.                             type = value
  1750.                             operation = MUL
  1751.                             value = 0.8
  1752.                         }
  1753.                     }
  1754.                 }
  1755.                 10
  1756.                 {
  1757.                     influenceModifiers
  1758.                     {
  1759.                         0
  1760.                         {
  1761.                             condition = NEED_LIBIDO_EROTIC
  1762.                             type = value
  1763.                             operation = MUL
  1764.                             value = 1.25
  1765.                         }
  1766.                     }
  1767.                 }
  1768.             }
  1769.             
  1770.             kissBed
  1771.             {
  1772.                 0
  1773.                 {
  1774.                     influenceModifiers
  1775.                     {
  1776.                         0
  1777.                         {
  1778.                             condition = NEED_LIBIDO_EROTIC
  1779.                             type = value
  1780.                             operation = MUL
  1781.                             value = 0.8
  1782.                         }
  1783.                     }
  1784.                 }
  1785.                 10
  1786.                 {
  1787.                     influenceModifiers
  1788.                     {
  1789.                         0
  1790.                         {
  1791.                             condition = NEED_LIBIDO_EROTIC
  1792.                             type = value
  1793.                             operation = MUL
  1794.                             value = 1.25
  1795.                         }
  1796.                     }
  1797.                 }
  1798.             }
  1799.             
  1800.             kissSexy
  1801.             {
  1802.                 0
  1803.                 {
  1804.                     influenceModifiers
  1805.                     {
  1806.                         0
  1807.                         {
  1808.                             condition = NEED_LIBIDO_EROTIC
  1809.                             type = value
  1810.                             operation = MUL
  1811.                             value = 0.8
  1812.                         }
  1813.                     }
  1814.                 }
  1815.                 10
  1816.                 {
  1817.                     influenceModifiers
  1818.                     {
  1819.                         0
  1820.                         {
  1821.                             condition = NEED_LIBIDO_EROTIC
  1822.                             type = value
  1823.                             operation = MUL
  1824.                             value = 1.25
  1825.                         }
  1826.                     }
  1827.                 }
  1828.             }
  1829.             
  1830.             holdBehind
  1831.             {
  1832.                 0
  1833.                 {
  1834.                     influenceModifiers
  1835.                     {
  1836.                         0
  1837.                         {
  1838.                             condition = NEED_LIBIDO_EROTIC
  1839.                             type = value
  1840.                             operation = MUL
  1841.                             value = 0.8
  1842.                         }
  1843.                     }
  1844.                 }
  1845.                 10
  1846.                 {
  1847.                     influenceModifiers
  1848.                     {
  1849.                         0
  1850.                         {
  1851.                             condition = NEED_LIBIDO_EROTIC
  1852.                             type = value
  1853.                             operation = MUL
  1854.                             value = 1.25
  1855.                         }
  1856.                     }
  1857.                 }
  1858.             }
  1859.             
  1860.             talkFlirt
  1861.             {
  1862.                 0
  1863.                 {
  1864.                     influenceModifiers
  1865.                     {
  1866.                         0
  1867.                         {
  1868.                             condition = NEED_LIBIDO_EROTIC
  1869.                             type = value
  1870.                             operation = MUL
  1871.                             value = 0.8
  1872.                         }
  1873.                     }
  1874.                 }
  1875.                 10
  1876.                 {
  1877.                     influenceModifiers
  1878.                     {
  1879.                         0
  1880.                         {
  1881.                             condition = NEED_LIBIDO_EROTIC
  1882.                             type = value
  1883.                             operation = MUL
  1884.                             value = 1.25
  1885.                         }
  1886.                     }
  1887.                 }
  1888.             }
  1889.             
  1890.             flirtDancing
  1891.             {
  1892.                 0
  1893.                 {
  1894.                     influenceModifiers
  1895.                     {
  1896.                         0
  1897.                         {
  1898.                             condition = NEED_LIBIDO_EROTIC
  1899.                             type = value
  1900.                             operation = MUL
  1901.                             value = 0.8
  1902.                         }
  1903.                     }
  1904.                 }
  1905.                 10
  1906.                 {
  1907.                     influenceModifiers
  1908.                     {
  1909.                         0
  1910.                         {
  1911.                             condition = NEED_LIBIDO_EROTIC
  1912.                             type = value
  1913.                             operation = MUL
  1914.                             value = 1.25
  1915.                         }
  1916.                     }
  1917.                 }
  1918.             }        
  1919.         }
  1920.         # CHAR_TIDINESS
  1921.         2
  1922.         {
  1923.         }
  1924.         # CHAR_FRIENDLYNESS
  1925.         3
  1926.         {
  1927.             # reduziertes Gerechtigkeitsempfinden
  1928.             # tr÷sten besser
  1929.             # guter kⁿsser
  1930.             
  1931.             kissFriendly
  1932.             {
  1933.                 0
  1934.                 {
  1935.                     influenceModifiers
  1936.                     {
  1937.                         0
  1938.                         {
  1939.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1940.                             type = value
  1941.                             operation = MUL
  1942.                             value = 0.8
  1943.                         }
  1944.                     }
  1945.                 }
  1946.                 10
  1947.                 {
  1948.                     influenceModifiers
  1949.                     {
  1950.                         0
  1951.                         {
  1952.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1953.                             type = value
  1954.                             operation = MUL
  1955.                             value = 1.25
  1956.                         }
  1957.                     }
  1958.                 }
  1959.             }
  1960.             kissIntimate
  1961.             {
  1962.                 0
  1963.                 {
  1964.                     influenceModifiers
  1965.                     {
  1966.                         0
  1967.                         {
  1968.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1969.                             type = value
  1970.                             operation = MUL
  1971.                             value = 0.8
  1972.                         }
  1973.                     }
  1974.                 }
  1975.                 10
  1976.                 {
  1977.                     influenceModifiers
  1978.                     {
  1979.                         0
  1980.                         {
  1981.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1982.                             type = value
  1983.                             operation = MUL
  1984.                             value = 1.25
  1985.                         }
  1986.                     }
  1987.                 }
  1988.             }
  1989.             kissNice
  1990.             {
  1991.                 0
  1992.                 {
  1993.                     influenceModifiers
  1994.                     {
  1995.                         0
  1996.                         {
  1997.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1998.                             type = value
  1999.                             operation = MUL
  2000.                             value = 0.8
  2001.                         }
  2002.                     }
  2003.                 }
  2004.                 10
  2005.                 {
  2006.                     influenceModifiers
  2007.                     {
  2008.                         0
  2009.                         {
  2010.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2011.                             type = value
  2012.                             operation = MUL
  2013.                             value = 1.25
  2014.                         }
  2015.                     }
  2016.                 }
  2017.             }
  2018.             holdNice
  2019.             {
  2020.                 0
  2021.                 {
  2022.                     influenceModifiers
  2023.                     {
  2024.                         0
  2025.                         {
  2026.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2027.                             type = value
  2028.                             operation = MUL
  2029.                             value = 0.8
  2030.                         }
  2031.                     }
  2032.                 }
  2033.                 10
  2034.                 {
  2035.                     influenceModifiers
  2036.                     {
  2037.                         0
  2038.                         {
  2039.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2040.                             type = value
  2041.                             operation = MUL
  2042.                             value = 1.25
  2043.                         }
  2044.                     }
  2045.                 }
  2046.             }
  2047.             holdBehind
  2048.             {
  2049.                 0
  2050.                 {
  2051.                     influenceModifiers
  2052.                     {
  2053.                         0
  2054.                         {
  2055.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2056.                             type = value
  2057.                             operation = MUL
  2058.                             value = 0.8
  2059.                         }
  2060.                     }
  2061.                 }
  2062.                 10
  2063.                 {
  2064.                     influenceModifiers
  2065.                     {
  2066.                         0
  2067.                         {
  2068.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2069.                             type = value
  2070.                             operation = MUL
  2071.                             value = 1.25
  2072.                         }
  2073.                     }
  2074.                 }
  2075.             }
  2076.             talkRelation
  2077.             {
  2078.                 0
  2079.                 {
  2080.                     influenceModifiers
  2081.                     {
  2082.                         0
  2083.                         {
  2084.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2085.                             type = value
  2086.                             operation = MUL
  2087.                             value = 0.8
  2088.                         }
  2089.                     }
  2090.                 }
  2091.                 10
  2092.                 {
  2093.                     influenceModifiers
  2094.                     {
  2095.                         0
  2096.                         {
  2097.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2098.                             type = value
  2099.                             operation = MUL
  2100.                             value = 1.25
  2101.                         }
  2102.                     }
  2103.                 }
  2104.             }
  2105.             talkCompliment
  2106.             {
  2107.                 0
  2108.                 {
  2109.                     influenceModifiers
  2110.                     {
  2111.                         0
  2112.                         {
  2113.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2114.                             type = value
  2115.                             operation = MUL
  2116.                             value = 0.8
  2117.                         }
  2118.                     }
  2119.                 }
  2120.                 10
  2121.                 {
  2122.                     influenceModifiers
  2123.                     {
  2124.                         0
  2125.                         {
  2126.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2127.                             type = value
  2128.                             operation = MUL
  2129.                             value = 1.25
  2130.                         }
  2131.                     }
  2132.                 }
  2133.             }
  2134.             talkILoveYou
  2135.             {
  2136.                 0
  2137.                 {
  2138.                     influenceModifiers
  2139.                     {
  2140.                         0
  2141.                         {
  2142.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2143.                             type = value
  2144.                             operation = MUL
  2145.                             value = 0.8
  2146.                         }
  2147.                     }
  2148.                 }
  2149.                 10
  2150.                 {
  2151.                     influenceModifiers
  2152.                     {
  2153.                         0
  2154.                         {
  2155.                             condition = NEED_RELATIONSHIP_ROMANTIC
  2156.                             type = value
  2157.                             operation = MUL
  2158.                             value = 1.25
  2159.                         }
  2160.                     }
  2161.                 }
  2162.             }
  2163.         }
  2164.         # CHAR_NEUROTIC
  2165.         4
  2166.         {    
  2167.             # eventuell gesteigerte LΣrmempfindlichkeit
  2168.         }
  2169.  
  2170.     }
  2171.     
  2172.     initialConditions
  2173.     {
  2174.         -1
  2175.         {
  2176.             -1
  2177.             {                     
  2178.                 # NEED_HUNGER
  2179.                 0 = 0.9
  2180.                 # NEED_COMFORT
  2181.                 1 = 0.80
  2182.                 # NEED_HYGIENE
  2183.                 # 2 = 0.0
  2184.                 # NEED_TIREDNESS
  2185.                 3 = 1.0
  2186.                 # NEED_FUN
  2187.                 4 = 0.95
  2188.                 # NEED_RELATIONSHIP
  2189.                 # 5 = 0.4
  2190.                 # NEED_LIBIDO
  2191.                 # 6 = 1.0
  2192.                 # NEED_APARTMENT
  2193.                 7 = 0.0
  2194.                 # NEED_HYGIENE_BODY
  2195.                 8 = 0.8
  2196.                 # NEED_HYGIENE_MOUTH
  2197.                 9 = 0.6
  2198.                 # NEED_HYGIENE_HAND
  2199.                 10 = 0.8
  2200.                 # NEED_LIBIDO_EROTIC
  2201.                 11 = 0.5
  2202.                 # NEED_LIBIDO_SEX
  2203.                 12 = 0.5
  2204.                 # NEED_RELATIONSHIP_FRIENDSHIP
  2205.                 13 = 0.5
  2206.                 # NEED_RELATIONSHIP_ROMANTIC
  2207.                 14 = 0.5
  2208.                 # NEED_JUSTICE
  2209.                 15 = 1.0
  2210.                 # NEED_WORK
  2211.                 16 = 1.0
  2212.                 # NEED_TROUBLE
  2213.                 17 = 0.0
  2214.                 # NEED_BLADDER
  2215.                 18 = 1.0
  2216.                 # NEED_TIDINESS_OBJECTS
  2217.                 19 = 1.0
  2218.                 # NEED_TIDINESS_FLOOR
  2219.                 20 = 1.0 
  2220.                 # NEED_TIDINESS_PLATES
  2221.                 21 = 1.0 
  2222.                 # NEED_TIDINESS_TRASH
  2223.                 22 = 1.0                 
  2224.             }
  2225.         }
  2226.     }
  2227.     
  2228.     initialSkills
  2229.     {
  2230.         # any character
  2231.         -1
  2232.         {
  2233.             # any archtypes
  2234.             -1
  2235.             {
  2236.                 0 = cooking1
  2237.                 1 = cleaning1
  2238.                 2 = repair1
  2239.                 3 = career1
  2240.             }
  2241.         }
  2242.         # female character
  2243.         0
  2244.         {
  2245.             # any archtypes
  2246.             -1
  2247.             {
  2248.             }
  2249.             # BOSS
  2250.             0
  2251.             {
  2252.                 0 = cooking1
  2253.                 1 = cleaning1
  2254.                 2 = repair1
  2255.                 3 = career1
  2256.                 4 = newsLover
  2257.                 5 = sitcomHater
  2258.                 6 = talkCasualLover
  2259.                 7 = talkGossipHater
  2260.             }
  2261.             # SEDUCTRESS
  2262.             1
  2263.             {
  2264.                 0 = cooking1
  2265.                 1 = cleaning1
  2266.                 2 = repair1
  2267.                 3 = career1
  2268.                 8 = romanticLover
  2269.                 9 = newsHater
  2270.                 10 = talkCasualLover
  2271.                 11 = talkHobbyHater
  2272.             }
  2273.             # SPUNKY_KID
  2274.             2
  2275.             {
  2276.                 0 = cooking1
  2277.                 1 = cleaning1
  2278.                 2 = repair1
  2279.                 3 = career1
  2280.                 4 = sitcomLover
  2281.                 5 = horrorHater
  2282.                 6 = talkCasualLover
  2283.                 7 = talkGossipHater
  2284.             }
  2285.             # FREE_SPIRIT
  2286.             3
  2287.             {
  2288.                 0 = cooking1
  2289.                 1 = cleaning1
  2290.                 2 = repair1
  2291.                 3 = career1
  2292.                 4 = horrorLover
  2293.                 5 = sitcomHater
  2294.                 6 = talkCasualHater
  2295.                 7 = talkGossipLover
  2296.             }
  2297.             # INNOCENT_GIRL
  2298.             4
  2299.             {
  2300.                 0 = cooking1
  2301.                 1 = cleaning1
  2302.                 2 = repair1
  2303.                 3 = career1
  2304.                 4 = romanticLover
  2305.                 5 = horrorHater
  2306.                 6 = talkGossipLover
  2307.                 7 = talkHobbyHater
  2308.             }
  2309.             # SCIENTIST
  2310.             5
  2311.             {
  2312.                 0 = cooking1
  2313.                 1 = cleaning1
  2314.                 2 = repair1
  2315.                 3 = career1
  2316.                 4 = newsLover
  2317.                 5 = horrorHater
  2318.                 6 = talkGossipHater
  2319.                 7 = talkHobbyLover
  2320.             }
  2321.             # ACTIVIST
  2322.             6
  2323.             {
  2324.                 0 = cooking1
  2325.                 1 = cleaning1
  2326.                 2 = repair1
  2327.                 3 = career1
  2328.                 4 = actionLover
  2329.                 5 = romanticHater
  2330.                 6 = talkCasualHater
  2331.                 7 = talkHobbyLover
  2332.             }
  2333.             # NURSE
  2334.             7
  2335.             {
  2336.                 0 = cooking1
  2337.                 1 = cleaning1
  2338.                 2 = repair1
  2339.                 3 = career1
  2340.                 4 = romanticLover
  2341.                 5 = actionHater
  2342.                 6 = talkGossipLover
  2343.                 7 = talkHobbyHater
  2344.             }
  2345.         }
  2346.         # male character
  2347.         1
  2348.         {
  2349.             # any archtypes
  2350.             -1
  2351.             {
  2352.             }
  2353.             # CHIEF
  2354.             0
  2355.             {
  2356.                 0 = cooking1
  2357.                 1 = cleaning1
  2358.                 2 = repair1
  2359.                 3 = career1
  2360.                 4 = newsLover
  2361.                 5 = romanticHater
  2362.                 6 = talkCasualLover
  2363.                 7 = talkGossipHater
  2364.             }
  2365.             # BAD_BOY
  2366.             1
  2367.             {
  2368.                 0 = cooking1
  2369.                 1 = cleaning1
  2370.                 2 = repair1
  2371.                 3 = career1
  2372.                 4 = actionLover
  2373.                 5 = newsHater
  2374.                 6 = talkCasualLover
  2375.                 7 = talkHobbyHater
  2376.             }
  2377.             # BEST_FRIEND
  2378.             2
  2379.             {
  2380.                 0 = cooking1
  2381.                 1 = cleaning1
  2382.                 2 = repair1
  2383.                 3 = career1
  2384.                 4 = sitcomLover
  2385.                 5 = actionHater
  2386.                 6 = talkCasualHater
  2387.                 7 = talkHobbyLover
  2388.             }
  2389.             # CHARMER
  2390.             3
  2391.             {
  2392.                 0 = cooking1
  2393.                 1 = cleaning1
  2394.                 2 = repair1
  2395.                 3 = career1
  2396.                 4 = romanticLover
  2397.                 5 = sitcomHater
  2398.                 6 = talkGossipLover
  2399.                 7 = talkHobbyHater
  2400.             }
  2401.             # LOST_SOUL
  2402.             4
  2403.             {
  2404.                 0 = cooking1
  2405.                 1 = cleaning1
  2406.                 2 = repair1
  2407.                 3 = career1
  2408.                 4 = horrorLover
  2409.                 5 = romanticHater
  2410.                 6 = talkCasualHater
  2411.                 7 = talkHobbyLover
  2412.             }
  2413.             # PROFESSOR
  2414.             5
  2415.             {
  2416.                 0 = cooking1
  2417.                 1 = cleaning1
  2418.                 2 = repair1
  2419.                 3 = career1
  2420.                 4 = newsLover
  2421.                 5 = actionHater
  2422.                 6 = talkGossipHater
  2423.                 7 = talkHobbyLover
  2424.             }
  2425.             # SWASHBUCKLER
  2426.             6
  2427.             {
  2428.                 0 = cooking1
  2429.                 1 = cleaning1
  2430.                 2 = repair1
  2431.                 3 = career1
  2432.                 4 = actionLover
  2433.                 5 = horrorHater
  2434.                 6 = talkCasualLover
  2435.                 7 = talkGossipHater
  2436.             }
  2437.             # WARRIOR
  2438.             7
  2439.             {
  2440.                 0 = cooking1
  2441.                 1 = cleaning1
  2442.                 2 = repair1
  2443.                 3 = career1
  2444.                 4 = actionLover
  2445.                 5 = sitcomHater
  2446.                 6 = talkGossipHater
  2447.                 7 = talkHobbyLover
  2448.             }
  2449.         }
  2450.     }
  2451.     
  2452.     initialCareers
  2453.     {
  2454.         -1
  2455.         {
  2456.             -1 = career1
  2457.         }
  2458.         0
  2459.         {
  2460.             -1 = career1
  2461.         }
  2462.         1
  2463.         {
  2464.             -1 = career1
  2465.         }
  2466.     }
  2467. }
  2468.