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

  1. GLSkills object
  2. {
  3.     skills
  4.     {
  5.         # zero level for cooking
  6.         cooking0
  7.         {
  8.         }
  9.         
  10.         # enables cooking
  11.         cooking1
  12.         {
  13.             extends = cooking0
  14.         }
  15.             
  16.         # improved cooking level
  17.         cooking2
  18.         {
  19.             extends = cooking1
  20.             
  21.             activityModifiers
  22.             {
  23.                 cook
  24.                 {
  25.                     generalModifiers
  26.                     {
  27.                         0
  28.                         {
  29.                             type = duration
  30.                             operation = DIV
  31.                             value = 1.4
  32.                         }
  33.                     }
  34.                 }
  35.                 
  36.                 eat
  37.                 {
  38.                     influenceModifiers
  39.                     {
  40.                         0
  41.                         {
  42.                             condition = NEED_HUNGER
  43.                             type = value
  44.                             operation = MUL
  45.                             value = 1.4
  46.                         }
  47.                     }
  48.                 }
  49.             }
  50.             
  51.         }
  52.             
  53.         # Kochen 3. Stufe
  54.         cooking3
  55.         {        
  56.             extends = cooking2
  57.             
  58.             activityModifiers
  59.             {
  60.                 cook
  61.                 {
  62.                     generalModifiers
  63.                     {
  64.                         0
  65.                         {
  66.                             type = duration
  67.                             operation = DIV
  68.                             value = 1.4
  69.                         }
  70.                     }
  71.                 }
  72.                 
  73.                 eat
  74.                 {
  75.                     influenceModifiers
  76.                     {
  77.                         0
  78.                         {
  79.                             condition = NEED_HUNGER
  80.                             type = value
  81.                             operation = MUL
  82.                             value = 1.4
  83.                         }
  84.                     }
  85.                 }
  86.             }
  87.             
  88.         }
  89.         
  90.         # enables cleaning
  91.         cleaning0
  92.         {    
  93.         }
  94.         
  95.         # enables cleaning
  96.         cleaning1
  97.         {    
  98.             extends = cleaning0
  99.         }
  100.         
  101.         # improves speed and effectiveness of cleaning
  102.         cleaning2
  103.         {
  104.             extends = cleaning1
  105.             
  106.             activityModifiers
  107.             {
  108.                 clean
  109.                 {
  110.                     generalModifiers
  111.                     {
  112.                         0
  113.                         {
  114.                             type = duration
  115.                             operation = DIV
  116.                             value = 1.4
  117.                         }
  118.                     }
  119.                 }
  120.                 cleanFloor
  121.                 {
  122.                     generalModifiers
  123.                     {
  124.                         0
  125.                         {
  126.                             type = duration
  127.                             operation = DIV
  128.                             value = 1.4
  129.                         }
  130.                     }
  131.                 }
  132.             }        
  133.         }
  134.         
  135.         # improves speed and effectiveness of cleaning
  136.         cleaning3
  137.         {
  138.             extends = cleaning2
  139.             
  140.             activityModifiers
  141.             {
  142.                 clean
  143.                 {
  144.                     generalModifiers
  145.                     {
  146.                         0
  147.                         {
  148.                             type = duration
  149.                             operation = DIV
  150.                             value = 1.4
  151.                         }
  152.                     }
  153.                 }
  154.                 cleanFloor
  155.                 {
  156.                     generalModifiers
  157.                     {
  158.                         0
  159.                         {
  160.                             type = duration
  161.                             operation = DIV
  162.                             value = 1.4
  163.                         }
  164.                     }
  165.                 }
  166.             }        
  167.         }
  168.         
  169.         cleaning4
  170.         {
  171.             extends = cleaning3
  172.             
  173.             activityModifiers
  174.             {
  175.                 clean
  176.                 {
  177.                     generalModifiers
  178.                     {
  179.                         0
  180.                         {
  181.                             type = duration
  182.                             operation = DIV
  183.                             value = 1.4
  184.                         }
  185.                     }
  186.                 }
  187.                 cleanFloor
  188.                 {
  189.                     generalModifiers
  190.                     {
  191.                         0
  192.                         {
  193.                             type = duration
  194.                             operation = DIV
  195.                             value = 1.4
  196.                         }
  197.                     }
  198.                 }
  199.             }            
  200.         }
  201.         
  202.         repair0
  203.         {
  204.         }
  205.         
  206.         # enables basic repair abilities
  207.         repair1
  208.         {
  209.             extends = repair0
  210.         }
  211.         
  212.         repair2
  213.         {
  214.             extends = repair1
  215.             
  216.             
  217.             activityModifiers
  218.             {
  219.                 repair
  220.                 {
  221.                     generalModifiers
  222.                     {
  223.                         0
  224.                         {
  225.                             type = duration
  226.                             operation = DIV
  227.                             value = 1.4
  228.                         }
  229.                     }
  230.                 }
  231.             }
  232.         }
  233.         
  234.         repair3
  235.         {
  236.             extends = repair2
  237.             
  238.             
  239.             activityModifiers
  240.             {
  241.                 repair
  242.                 {
  243.                     generalModifiers
  244.                     {
  245.                         0
  246.                         {
  247.                             type = duration
  248.                             operation = DIV
  249.                             value = 1.4
  250.                         }
  251.                     }
  252.                 }
  253.             }
  254.         }
  255.         
  256.         repair4
  257.         {
  258.             extends = repair3
  259.             
  260.             activityModifiers
  261.             {
  262.                 repair
  263.                 {
  264.                     generalModifiers
  265.                     {
  266.                         0
  267.                         {
  268.                             type = duration
  269.                             operation = DIV
  270.                             value = 1.4
  271.                         }
  272.                     }
  273.                 }
  274.             }
  275.         }
  276.     
  277.         humor0
  278.         {
  279.         }
  280.         
  281.         # enables jokes
  282.         humor1
  283.         {
  284.             extends = humor0
  285.             
  286.             activityModifiers
  287.             {
  288.                 talkJoke
  289.                 {
  290.                     influenceModifiers
  291.                     {
  292.                         0
  293.                         {
  294.                             condition = NEED_FUN
  295.                             type = value
  296.                             operation = MUL
  297.                             value = 1.4
  298.                         }
  299.                     }
  300.                     targetInfluenceModifiers
  301.                     {
  302.                         0
  303.                         {
  304.                             condition = NEED_FUN
  305.                             type = value
  306.                             operation = MUL
  307.                             value = 1.4
  308.                             
  309.                             activityTarget
  310.                             {
  311.                                 partner = true
  312.                             }
  313.                         }
  314.                     }
  315.                 }
  316.             }
  317.             
  318.             characterModifier
  319.             {
  320.                 relationshipInfluenceModifiers
  321.                 {
  322.                     0
  323.                     {    
  324.                         relationshipCondition = REL_FUN
  325.                         type = value
  326.                         operation = MUL
  327.                         value = 1.25
  328.                     }
  329.                 }
  330.                 
  331.             }
  332.         }
  333.         
  334.         # improves funniness of jokes
  335.         humor2
  336.         {
  337.             extends = humor1
  338.             
  339.             activityModifiers
  340.             {
  341.                 talkJoke
  342.                 {
  343.                     influenceModifiers
  344.                     {
  345.                         0
  346.                         {
  347.                             condition = NEED_FUN
  348.                             type = value
  349.                             operation = MUL
  350.                             value = 1.4
  351.                         }
  352.                     }
  353.                     targetInfluenceModifiers
  354.                     {
  355.                         0
  356.                         {
  357.                             condition = NEED_FUN
  358.                             type = value
  359.                             operation = MUL
  360.                             value = 1.4
  361.                             
  362.                             activityTarget
  363.                             {
  364.                                 partner = true
  365.                             }
  366.                         }
  367.                     }
  368.                 }
  369.             }
  370.             
  371.             characterModifier
  372.             {
  373.                 relationshipInfluenceModifiers
  374.                 {
  375.                     0
  376.                     {    
  377.                         relationshipCondition = REL_FUN
  378.                         type = value
  379.                         operation = MUL
  380.                         value = 1.25
  381.                     }
  382.                 }
  383.                 
  384.             }
  385.         }
  386.         
  387.         humor3
  388.         {
  389.             extends = humor2
  390.             
  391.             activityModifiers
  392.             {
  393.                 talkJoke
  394.                 {
  395.                     influenceModifiers
  396.                     {
  397.                         0
  398.                         {
  399.                             condition = NEED_FUN
  400.                             type = value
  401.                             operation = MUL
  402.                             value = 1.4
  403.                         }
  404.                     }
  405.                     targetInfluenceModifiers
  406.                     {
  407.                         0
  408.                         {
  409.                             condition = NEED_FUN
  410.                             type = value
  411.                             operation = MUL
  412.                             value = 1.4
  413.                             
  414.                             activityTarget
  415.                             {
  416.                                 partner = true
  417.                             }
  418.                         }
  419.                     }
  420.                 }
  421.             }
  422.             
  423.             characterModifier
  424.             {
  425.                 relationshipInfluenceModifiers
  426.                 {
  427.                     0
  428.                     {    
  429.                         relationshipCondition = REL_FUN
  430.                         type = value
  431.                         operation = MUL
  432.                         value = 1.25
  433.                     }
  434.                 }
  435.                 
  436.             }
  437.         }
  438.         
  439.         # Die Karrierestufe des Characters?, bestimmt Geld etc. Verschiedene Berufe?
  440.         
  441.         career0
  442.         {
  443.         }
  444.         
  445.         career1
  446.         {
  447.             extends = career0
  448.         }
  449.  
  450.         career2
  451.         {
  452.             extends = career1
  453.         }
  454.  
  455.         career3
  456.         {
  457.             extends = career2
  458.         }
  459.         
  460.         career4
  461.         {
  462.             extends = career3
  463.         }
  464.  
  465.         career5
  466.         {
  467.             extends = career4
  468.         }
  469.  
  470.         career6
  471.         {
  472.             extends = career5
  473.         }
  474.  
  475.         slacker0
  476.         {
  477.         }
  478.         
  479.         # reduces the time needed to work by 15% (Drⁿckebergerei)
  480.         slacker1
  481.         {
  482.         
  483.             extends = slacker0
  484.         
  485.             requiredLevel = 6
  486.             
  487.             characterModifier
  488.             {
  489.                 careerInfluenceModifiers
  490.                 {
  491.                     0
  492.                     {
  493.                         type = earlyOverTime
  494.                         operation = SUB
  495.                         value = 1
  496.                     }
  497.                 }
  498.             }
  499.         }
  500.         
  501.         slacker2
  502.         {
  503.             extends = slacker1
  504.             
  505.             requiredLevel = 12
  506.             
  507.             characterModifier
  508.             {
  509.                 careerInfluenceModifiers
  510.                 {
  511.                     0
  512.                     {
  513.                         type = lateOverTime
  514.                         operation = SUB
  515.                         value = 1
  516.                     }
  517.                 }
  518.             }
  519.         }
  520.         
  521.  
  522.         flirting0
  523.         {
  524.         }
  525.         
  526.         # erm÷glicht und verbessert Flirten. Seductress +1
  527.         flirting1
  528.         {
  529.             extends = flirting0
  530.         
  531.             activityModifiers
  532.             {
  533.                 talkFlirt
  534.                 {
  535.                     influenceModifiers
  536.                     {
  537.                         0
  538.                         {
  539.                             condition = NEED_LIBIDO_EROTIC
  540.                             type = value
  541.                             operation = MUL
  542.                             value = 1.4
  543.                         }
  544.                     }
  545.                     targetInfluenceModifiers
  546.                     {
  547.                         0
  548.                         {
  549.                             condition = NEED_LIBIDO_EROTIC
  550.                             type = value
  551.                             operation = MUL
  552.                             value = 1.4
  553.                             activityTarget
  554.                             {
  555.                                 partner = true
  556.                             }
  557.                         }
  558.                     }
  559.                 }
  560.                 
  561.                 kissBed
  562.                 {
  563.                     influenceModifiers
  564.                     {
  565.                         0
  566.                         {
  567.                             condition = NEED_LIBIDO_EROTIC
  568.                             type = value
  569.                             operation = MUL
  570.                             value = 1.4
  571.                         }
  572.                     }
  573.                     targetInfluenceModifiers
  574.                     {
  575.                         0
  576.                         {
  577.                             condition = NEED_LIBIDO_EROTIC
  578.                             type = value
  579.                             operation = MUL
  580.                             value = 1.4
  581.                             activityTarget
  582.                             {
  583.                                 partner = true
  584.                             }
  585.                         }
  586.                     }
  587.                 }
  588.                 
  589.                 flirtDancing
  590.                 {
  591.                     influenceModifiers
  592.                     {
  593.                         0
  594.                         {
  595.                             condition = NEED_LIBIDO_EROTIC
  596.                             type = value
  597.                             operation = MUL
  598.                             value = 1.4
  599.                         }
  600.                     }
  601.                     targetInfluenceModifiers
  602.                     {
  603.                         0
  604.                         {
  605.                             condition = NEED_LIBIDO_EROTIC
  606.                             type = value
  607.                             operation = MUL
  608.                             value = 1.4
  609.                             activityTarget
  610.                             {
  611.                                 partner = true
  612.                             }
  613.                         }
  614.                     }
  615.                 }
  616.             }
  617.             
  618.             characterModifier
  619.             {
  620.                 relationshipInfluenceModifiers
  621.                 {
  622.                     0
  623.                     {    
  624.                         relationshipCondition = REL_EROTIC
  625.                         type = value
  626.                         operation = MUL
  627.                         value = 1.25
  628.                     }
  629.                 }
  630.             }
  631.         }
  632.     
  633.         flirting2
  634.         {
  635.             extends = flirting1
  636.             
  637.             activityModifiers
  638.             {
  639.                 talkFlirt
  640.                 {
  641.                     influenceModifiers
  642.                     {
  643.                         0
  644.                         {
  645.                             condition = NEED_LIBIDO_EROTIC
  646.                             type = value
  647.                             operation = MUL
  648.                             value = 1.4
  649.                         }
  650.                     }
  651.                     targetInfluenceModifiers
  652.                     {
  653.                         0
  654.                         {
  655.                             condition = NEED_LIBIDO_EROTIC
  656.                             type = value
  657.                             operation = MUL
  658.                             value = 1.4
  659.                             activityTarget
  660.                             {
  661.                                 partner = true
  662.                             }
  663.                         }
  664.                     }
  665.                 }
  666.                 
  667.                 kissBed
  668.                 {
  669.                     influenceModifiers
  670.                     {
  671.                         0
  672.                         {
  673.                             condition = NEED_LIBIDO_EROTIC
  674.                             type = value
  675.                             operation = MUL
  676.                             value = 1.4
  677.                         }
  678.                     }
  679.                     targetInfluenceModifiers
  680.                     {
  681.                         0
  682.                         {
  683.                             condition = NEED_LIBIDO_EROTIC
  684.                             type = value
  685.                             operation = MUL
  686.                             value = 1.4
  687.                             activityTarget
  688.                             {
  689.                                 partner = true
  690.                             }
  691.                         }
  692.                     }
  693.                 }
  694.                 
  695.                 flirtDancing
  696.                 {
  697.                     influenceModifiers
  698.                     {
  699.                         0
  700.                         {
  701.                             condition = NEED_LIBIDO_EROTIC
  702.                             type = value
  703.                             operation = MUL
  704.                             value = 1.4
  705.                         }
  706.                     }
  707.                     targetInfluenceModifiers
  708.                     {
  709.                         0
  710.                         {
  711.                             condition = NEED_LIBIDO_EROTIC
  712.                             type = value
  713.                             operation = MUL
  714.                             value = 1.4
  715.                             activityTarget
  716.                             {
  717.                                 partner = true
  718.                             }
  719.                         }
  720.                     }
  721.                 }
  722.             }
  723.             
  724.             characterModifier
  725.             {
  726.                 relationshipInfluenceModifiers
  727.                 {
  728.                     0
  729.                     {    
  730.                         relationshipCondition = REL_EROTIC
  731.                         type = value
  732.                         operation = MUL
  733.                         value = 1.25
  734.                     }
  735.                 }
  736.             }
  737.         }
  738.         
  739.         flirting3
  740.         {
  741.             extends = flirting2
  742.             
  743.             activityModifiers
  744.             {
  745.                 talkFlirt
  746.                 {
  747.                     influenceModifiers
  748.                     {
  749.                         0
  750.                         {
  751.                             condition = NEED_LIBIDO_EROTIC
  752.                             type = value
  753.                             operation = MUL
  754.                             value = 1.4
  755.                         }
  756.                     }
  757.                     targetInfluenceModifiers
  758.                     {
  759.                         0
  760.                         {
  761.                             condition = NEED_LIBIDO_EROTIC
  762.                             type = value
  763.                             operation = MUL
  764.                             value = 1.4
  765.                             activityTarget
  766.                             {
  767.                                 partner = true
  768.                             }
  769.                         }
  770.                     }
  771.                 }
  772.                 
  773.                 kissBed
  774.                 {
  775.                     influenceModifiers
  776.                     {
  777.                         0
  778.                         {
  779.                             condition = NEED_LIBIDO_EROTIC
  780.                             type = value
  781.                             operation = MUL
  782.                             value = 1.4
  783.                         }
  784.                     }
  785.                     targetInfluenceModifiers
  786.                     {
  787.                         0
  788.                         {
  789.                             condition = NEED_LIBIDO_EROTIC
  790.                             type = value
  791.                             operation = MUL
  792.                             value = 1.4
  793.                             activityTarget
  794.                             {
  795.                                 partner = true
  796.                             }
  797.                         }
  798.                     }
  799.                 }
  800.                 
  801.                 flirtDancing
  802.                 {
  803.                     influenceModifiers
  804.                     {
  805.                         0
  806.                         {
  807.                             condition = NEED_LIBIDO_EROTIC
  808.                             type = value
  809.                             operation = MUL
  810.                             value = 1.4
  811.                         }
  812.                     }
  813.                     targetInfluenceModifiers
  814.                     {
  815.                         0
  816.                         {
  817.                             condition = NEED_LIBIDO_EROTIC
  818.                             type = value
  819.                             operation = MUL
  820.                             value = 1.4
  821.                             activityTarget
  822.                             {
  823.                                 partner = true
  824.                             }
  825.                         }
  826.                     }
  827.                 }
  828.             }
  829.             
  830.             characterModifier
  831.             {
  832.                 relationshipInfluenceModifiers
  833.                 {
  834.                     0
  835.                     {    
  836.                         relationshipCondition = REL_EROTIC
  837.                         type = value
  838.                         operation = MUL
  839.                         value = 1.25
  840.                     }
  841.                 }
  842.             }
  843.         }
  844.         
  845.         romantic0
  846.         {
  847.         }
  848.         
  849.         # erm÷glicht und verbessert romantik
  850.         romantic1
  851.         {
  852.             extends = romantic0
  853.         
  854.             activityModifiers
  855.             {
  856.                 kissFriendly
  857.                 {
  858.                     influenceModifiers
  859.                     {
  860.                         0
  861.                         {
  862.                             condition = NEED_RELATIONSHIP_ROMANTIC
  863.                             type = value
  864.                             operation = MUL
  865.                             value = 1.4
  866.                         }
  867.                     }
  868.                     targetInfluenceModifiers
  869.                     {
  870.                         0
  871.                         {
  872.                             condition = NEED_RELATIONSHIP_ROMANTIC
  873.                             type = value
  874.                             operation = MUL
  875.                             value = 1.4
  876.                             activityTarget
  877.                             {
  878.                                 partner = true
  879.                             }
  880.                         }
  881.                     }
  882.                 }
  883.                 
  884.                 kissNice
  885.                 {
  886.                     influenceModifiers
  887.                     {
  888.                         0
  889.                         {
  890.                             condition = NEED_RELATIONSHIP_ROMANTIC
  891.                             type = value
  892.                             operation = MUL
  893.                             value = 1.4
  894.                         }
  895.                     }
  896.                     targetInfluenceModifiers
  897.                     {
  898.                         0
  899.                         {
  900.                             condition = NEED_RELATIONSHIP_ROMANTIC
  901.                             type = value
  902.                             operation = MUL
  903.                             value = 1.4
  904.                             activityTarget
  905.                             {
  906.                                 partner = true
  907.                             }
  908.                         }
  909.                     }
  910.                 }
  911.                 
  912.                 talkRelation
  913.                 {
  914.                     influenceModifiers
  915.                     {
  916.                         0
  917.                         {
  918.                             condition = NEED_RELATIONSHIP_ROMANTIC
  919.                             type = value
  920.                             operation = MUL
  921.                             value = 1.4
  922.                         }
  923.                     }
  924.                     targetInfluenceModifiers
  925.                     {
  926.                         0
  927.                         {
  928.                             condition = NEED_RELATIONSHIP_ROMANTIC
  929.                             type = value
  930.                             operation = MUL
  931.                             value = 1.4
  932.                             activityTarget
  933.                             {
  934.                                 partner = true
  935.                             }
  936.                         }
  937.                     }
  938.                 }
  939.                 
  940.                 talkCompliment
  941.                 {
  942.                     influenceModifiers
  943.                     {
  944.                         0
  945.                         {
  946.                             condition = NEED_RELATIONSHIP_ROMANTIC
  947.                             type = value
  948.                             operation = MUL
  949.                             value = 1.4
  950.                         }
  951.                     }
  952.                     targetInfluenceModifiers
  953.                     {
  954.                         0
  955.                         {
  956.                             condition = NEED_RELATIONSHIP_ROMANTIC
  957.                             type = value
  958.                             operation = MUL
  959.                             value = 1.4
  960.                             activityTarget
  961.                             {
  962.                                 partner = true
  963.                             }
  964.                         }
  965.                     }
  966.                 }
  967.                 
  968.                 talkILoveYou
  969.                 {
  970.                     influenceModifiers
  971.                     {
  972.                         0
  973.                         {
  974.                             condition = NEED_RELATIONSHIP_ROMANTIC
  975.                             type = value
  976.                             operation = MUL
  977.                             value = 1.4
  978.                         }
  979.                     }
  980.                     targetInfluenceModifiers
  981.                     {
  982.                         0
  983.                         {
  984.                             condition = NEED_RELATIONSHIP_ROMANTIC
  985.                             type = value
  986.                             operation = MUL
  987.                             value = 1.4
  988.                             activityTarget
  989.                             {
  990.                                 partner = true
  991.                             }
  992.                         }
  993.                     }
  994.                 }
  995.                 
  996.                 watchRomantic
  997.                 {
  998.                     influenceModifiers
  999.                     {
  1000.                         0
  1001.                         {
  1002.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1003.                             type = value
  1004.                             operation = MUL
  1005.                             value = 1.4
  1006.                         }
  1007.                     }
  1008.                     targetInfluenceModifiers
  1009.                     {
  1010.                         0
  1011.                         {
  1012.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1013.                             type = value
  1014.                             operation = MUL
  1015.                             value = 1.4
  1016.                             activityTarget
  1017.                             {
  1018.                                 partner = true
  1019.                             }
  1020.                         }
  1021.                     }
  1022.                 }
  1023.             }
  1024.             
  1025.             characterModifier
  1026.             {
  1027.                 relationshipInfluenceModifiers
  1028.                 {
  1029.                     0
  1030.                     {    
  1031.                         relationshipCondition = REL_ROMANTIC
  1032.                         type = value
  1033.                         operation = MUL
  1034.                         value = 1.25
  1035.                     }
  1036.                 }
  1037.             }
  1038.             
  1039.         }
  1040.         
  1041.         romantic2
  1042.         {
  1043.             extends = romantic1
  1044.             
  1045.             activityModifiers
  1046.             {
  1047.                 kissFriendly
  1048.                 {
  1049.                     influenceModifiers
  1050.                     {
  1051.                         0
  1052.                         {
  1053.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1054.                             type = value
  1055.                             operation = MUL
  1056.                             value = 1.4
  1057.                         }
  1058.                     }
  1059.                     targetInfluenceModifiers
  1060.                     {
  1061.                         0
  1062.                         {
  1063.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1064.                             type = value
  1065.                             operation = MUL
  1066.                             value = 1.4
  1067.                             activityTarget
  1068.                             {
  1069.                                 partner = true
  1070.                             }
  1071.                         }
  1072.                     }
  1073.                 }
  1074.                 
  1075.                 kissNice
  1076.                 {
  1077.                     influenceModifiers
  1078.                     {
  1079.                         0
  1080.                         {
  1081.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1082.                             type = value
  1083.                             operation = MUL
  1084.                             value = 1.4
  1085.                         }
  1086.                     }
  1087.                     targetInfluenceModifiers
  1088.                     {
  1089.                         0
  1090.                         {
  1091.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1092.                             type = value
  1093.                             operation = MUL
  1094.                             value = 1.4
  1095.                             activityTarget
  1096.                             {
  1097.                                 partner = true
  1098.                             }
  1099.                         }
  1100.                     }
  1101.                 }
  1102.                 
  1103.                 talkRelation
  1104.                 {
  1105.                     influenceModifiers
  1106.                     {
  1107.                         0
  1108.                         {
  1109.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1110.                             type = value
  1111.                             operation = MUL
  1112.                             value = 1.4
  1113.                         }
  1114.                     }
  1115.                     targetInfluenceModifiers
  1116.                     {
  1117.                         0
  1118.                         {
  1119.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1120.                             type = value
  1121.                             operation = MUL
  1122.                             value = 1.4
  1123.                             activityTarget
  1124.                             {
  1125.                                 partner = true
  1126.                             }
  1127.                         }
  1128.                     }
  1129.                 }
  1130.                 
  1131.                 talkCompliment
  1132.                 {
  1133.                     influenceModifiers
  1134.                     {
  1135.                         0
  1136.                         {
  1137.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1138.                             type = value
  1139.                             operation = MUL
  1140.                             value = 1.4
  1141.                         }
  1142.                     }
  1143.                     targetInfluenceModifiers
  1144.                     {
  1145.                         0
  1146.                         {
  1147.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1148.                             type = value
  1149.                             operation = MUL
  1150.                             value = 1.4
  1151.                             activityTarget
  1152.                             {
  1153.                                 partner = true
  1154.                             }
  1155.                         }
  1156.                     }
  1157.                 }
  1158.                 
  1159.                 talkILoveYou
  1160.                 {
  1161.                     influenceModifiers
  1162.                     {
  1163.                         0
  1164.                         {
  1165.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1166.                             type = value
  1167.                             operation = MUL
  1168.                             value = 1.4
  1169.                         }
  1170.                     }
  1171.                     targetInfluenceModifiers
  1172.                     {
  1173.                         0
  1174.                         {
  1175.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1176.                             type = value
  1177.                             operation = MUL
  1178.                             value = 1.4
  1179.                             activityTarget
  1180.                             {
  1181.                                 partner = true
  1182.                             }
  1183.                         }
  1184.                     }
  1185.                 }
  1186.                 
  1187.                 watchRomantic
  1188.                 {
  1189.                     influenceModifiers
  1190.                     {
  1191.                         0
  1192.                         {
  1193.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1194.                             type = value
  1195.                             operation = MUL
  1196.                             value = 1.4
  1197.                         }
  1198.                     }
  1199.                     targetInfluenceModifiers
  1200.                     {
  1201.                         0
  1202.                         {
  1203.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1204.                             type = value
  1205.                             operation = MUL
  1206.                             value = 1.4
  1207.                             activityTarget
  1208.                             {
  1209.                                 partner = true
  1210.                             }
  1211.                         }
  1212.                     }
  1213.                 }
  1214.             }
  1215.             
  1216.             characterModifier
  1217.             {
  1218.                 relationshipInfluenceModifiers
  1219.                 {
  1220.                     0
  1221.                     {    
  1222.                         relationshipCondition = REL_ROMANTIC
  1223.                         type = value
  1224.                         operation = MUL
  1225.                         value = 1.25
  1226.                     }
  1227.                 }
  1228.             }
  1229.         }
  1230.         
  1231.         romantic3
  1232.         {
  1233.             extends = romantic2
  1234.             
  1235.             activityModifiers
  1236.             {
  1237.                 kissFriendly
  1238.                 {
  1239.                     influenceModifiers
  1240.                     {
  1241.                         0
  1242.                         {
  1243.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1244.                             type = value
  1245.                             operation = MUL
  1246.                             value = 1.4
  1247.                         }
  1248.                     }
  1249.                     targetInfluenceModifiers
  1250.                     {
  1251.                         0
  1252.                         {
  1253.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1254.                             type = value
  1255.                             operation = MUL
  1256.                             value = 1.4
  1257.                             activityTarget
  1258.                             {
  1259.                                 partner = true
  1260.                             }
  1261.                         }
  1262.                     }
  1263.                 }
  1264.                 
  1265.                 kissNice
  1266.                 {
  1267.                     influenceModifiers
  1268.                     {
  1269.                         0
  1270.                         {
  1271.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1272.                             type = value
  1273.                             operation = MUL
  1274.                             value = 1.4
  1275.                         }
  1276.                     }
  1277.                     targetInfluenceModifiers
  1278.                     {
  1279.                         0
  1280.                         {
  1281.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1282.                             type = value
  1283.                             operation = MUL
  1284.                             value = 1.4
  1285.                             activityTarget
  1286.                             {
  1287.                                 partner = true
  1288.                             }
  1289.                         }
  1290.                     }
  1291.                 }
  1292.                 
  1293.                 talkRelation
  1294.                 {
  1295.                     influenceModifiers
  1296.                     {
  1297.                         0
  1298.                         {
  1299.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1300.                             type = value
  1301.                             operation = MUL
  1302.                             value = 1.4
  1303.                         }
  1304.                     }
  1305.                     targetInfluenceModifiers
  1306.                     {
  1307.                         0
  1308.                         {
  1309.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1310.                             type = value
  1311.                             operation = MUL
  1312.                             value = 1.4
  1313.                             activityTarget
  1314.                             {
  1315.                                 partner = true
  1316.                             }
  1317.                         }
  1318.                     }
  1319.                 }
  1320.                 
  1321.                 talkCompliment
  1322.                 {
  1323.                     influenceModifiers
  1324.                     {
  1325.                         0
  1326.                         {
  1327.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1328.                             type = value
  1329.                             operation = MUL
  1330.                             value = 1.4
  1331.                         }
  1332.                     }
  1333.                     targetInfluenceModifiers
  1334.                     {
  1335.                         0
  1336.                         {
  1337.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1338.                             type = value
  1339.                             operation = MUL
  1340.                             value = 1.4
  1341.                             activityTarget
  1342.                             {
  1343.                                 partner = true
  1344.                             }
  1345.                         }
  1346.                     }
  1347.                 }
  1348.                 
  1349.                 talkILoveYou
  1350.                 {
  1351.                     influenceModifiers
  1352.                     {
  1353.                         0
  1354.                         {
  1355.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1356.                             type = value
  1357.                             operation = MUL
  1358.                             value = 1.4
  1359.                         }
  1360.                     }
  1361.                     targetInfluenceModifiers
  1362.                     {
  1363.                         0
  1364.                         {
  1365.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1366.                             type = value
  1367.                             operation = MUL
  1368.                             value = 1.4
  1369.                             activityTarget
  1370.                             {
  1371.                                 partner = true
  1372.                             }
  1373.                         }
  1374.                     }
  1375.                 }
  1376.                 
  1377.                 watchRomantic
  1378.                 {
  1379.                     influenceModifiers
  1380.                     {
  1381.                         0
  1382.                         {
  1383.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1384.                             type = value
  1385.                             operation = MUL
  1386.                             value = 1.4
  1387.                         }
  1388.                     }
  1389.                     targetInfluenceModifiers
  1390.                     {
  1391.                         0
  1392.                         {
  1393.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1394.                             type = value
  1395.                             operation = MUL
  1396.                             value = 1.4
  1397.                             activityTarget
  1398.                             {
  1399.                                 partner = true
  1400.                             }
  1401.                         }
  1402.                     }
  1403.                 }
  1404.             }
  1405.             
  1406.             characterModifier
  1407.             {
  1408.                 relationshipInfluenceModifiers
  1409.                 {
  1410.                     0
  1411.                     {    
  1412.                         relationshipCondition = REL_ROMANTIC
  1413.                         type = value
  1414.                         operation = MUL
  1415.                         value = 1.25
  1416.                     }
  1417.                 }
  1418.             }
  1419.         }
  1420.         
  1421.         # base skill for seductress
  1422.         seduction
  1423.         {
  1424.             hidden = true
  1425.         }
  1426.         
  1427.         # hidden skill for effects of high neurotic values (cleaning is fun)
  1428.         characterNeurotic1
  1429.         {
  1430.             note = 
  1431.             hidden = true
  1432.         }
  1433.         
  1434.         # character skills
  1435.         # loves action movies
  1436.         actionLover
  1437.         {
  1438.             activityModifiers
  1439.             {
  1440.                 watchAction
  1441.                 {
  1442.                     influenceModifiers
  1443.                     {
  1444.                         0
  1445.                         {
  1446.                             condition = NEED_FUN
  1447.                             type = value
  1448.                             operation = MUL
  1449.                             value = 1.5
  1450.                         }
  1451.                     }
  1452.                 }
  1453.             }
  1454.             hidden = true
  1455.         }
  1456.         # hates action movies
  1457.         actionHater
  1458.         {
  1459.             activityModifiers
  1460.             {
  1461.                 watchAction
  1462.                 {
  1463.                     influenceModifiers
  1464.                     {
  1465.                         0
  1466.                         {
  1467.                             condition = NEED_FUN
  1468.                             type = value
  1469.                             operation = MUL
  1470.                             value = -0.5
  1471.                         }
  1472.                     }
  1473.                 }
  1474.             }
  1475.             hidden = true
  1476.         }
  1477.         # loves news
  1478.         newsLover
  1479.         {
  1480.             activityModifiers
  1481.             {
  1482.                 watchNews
  1483.                 {
  1484.                     influenceModifiers
  1485.                     {
  1486.                         0
  1487.                         {
  1488.                             condition = NEED_FUN
  1489.                             type = value
  1490.                             operation = MUL
  1491.                             value = 1.5
  1492.                         }
  1493.                     }
  1494.                 }
  1495.             }
  1496.             hidden = true
  1497.         }
  1498.         # hates news
  1499.         newsHater
  1500.         {
  1501.             activityModifiers
  1502.             {
  1503.                 watchNews
  1504.                 {
  1505.                     influenceModifiers
  1506.                     {
  1507.                         0
  1508.                         {
  1509.                             condition = NEED_FUN
  1510.                             type = value
  1511.                             operation = MUL
  1512.                             value = -0.5
  1513.                         }
  1514.                     }
  1515.                 }
  1516.             }
  1517.             hidden = true
  1518.         }
  1519.         # loves romantic movies
  1520.         romanticLover
  1521.         {
  1522.             activityModifiers
  1523.             {
  1524.                 watchRomantic
  1525.                 {
  1526.                     influenceModifiers
  1527.                     {
  1528.                         0
  1529.                         {
  1530.                             condition = NEED_FUN
  1531.                             type = value
  1532.                             operation = MUL
  1533.                             value = 1.5
  1534.                         }
  1535.                     }
  1536.                 }
  1537.             }
  1538.             hidden = true
  1539.         }
  1540.         # hates romantic movies
  1541.         romanticHater
  1542.         {
  1543.             activityModifiers
  1544.             {
  1545.                 watchRomantic
  1546.                 {
  1547.                     influenceModifiers
  1548.                     {
  1549.                         0
  1550.                         {
  1551.                             condition = NEED_FUN
  1552.                             type = value
  1553.                             operation = MUL
  1554.                             value = -0.5
  1555.                         }
  1556.                     }
  1557.                 }
  1558.             }
  1559.             hidden = true
  1560.         }
  1561.         # loves sitcoms
  1562.         sitcomLover
  1563.         {
  1564.             activityModifiers
  1565.             {
  1566.                 watchSitcom
  1567.                 {
  1568.                     influenceModifiers
  1569.                     {
  1570.                         0
  1571.                         {
  1572.                             condition = NEED_FUN
  1573.                             type = value
  1574.                             operation = MUL
  1575.                             value = 1.5
  1576.                         }
  1577.                     }
  1578.                 }
  1579.             }
  1580.             hidden = true
  1581.         }
  1582.         # hates sitcoms
  1583.         sitcomHater
  1584.         {
  1585.             activityModifiers
  1586.             {
  1587.                 watchSitcom
  1588.                 {
  1589.                     influenceModifiers
  1590.                     {
  1591.                         0
  1592.                         {
  1593.                             condition = NEED_FUN
  1594.                             type = value
  1595.                             operation = MUL
  1596.                             value = -0.5
  1597.                         }
  1598.                     }
  1599.                 }
  1600.             }
  1601.             hidden = true
  1602.         }
  1603.         # loves horror movies
  1604.         horrorLover
  1605.         {
  1606.             activityModifiers
  1607.             {
  1608.                 watchHorror
  1609.                 {
  1610.                     influenceModifiers
  1611.                     {
  1612.                         0
  1613.                         {
  1614.                             condition = NEED_FUN
  1615.                             type = value
  1616.                             operation = MUL
  1617.                             value = 1.5
  1618.                         }
  1619.                     }
  1620.                 }
  1621.             }
  1622.             hidden = true
  1623.         }
  1624.         # hates horror movies
  1625.         horrorHater
  1626.         {
  1627.             activityModifiers
  1628.             {
  1629.                 watchHorror
  1630.                 {
  1631.                     influenceModifiers
  1632.                     {
  1633.                         0
  1634.                         {
  1635.                             condition = NEED_FUN
  1636.                             type = value
  1637.                             operation = MUL
  1638.                             value =  -0.5
  1639.                         }
  1640.                     }
  1641.                 }
  1642.             }
  1643.             hidden = true
  1644.         }
  1645.         # loves to talk casual
  1646.         talkCasualLover
  1647.         {
  1648.             activityModifiers
  1649.             {
  1650.                 talkCasual
  1651.                 {
  1652.                     influenceModifiers
  1653.                     {
  1654.                         0
  1655.                         {
  1656.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1657.                             type = value
  1658.                             operation = MUL
  1659.                             value =  1.5
  1660.                         }
  1661.                     }
  1662.                 }
  1663.             }
  1664.             hidden = true
  1665.         }
  1666.         # hates to talk casual
  1667.         talkCasualHater
  1668.         {
  1669.             activityModifiers
  1670.             {
  1671.                 talkCasual
  1672.                 {
  1673.                     influenceModifiers
  1674.                     {
  1675.                         0
  1676.                         {
  1677.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1678.                             type = value
  1679.                             operation = MUL
  1680.                             value =  0.5
  1681.                         }
  1682.                     }
  1683.                 }
  1684.             }
  1685.             hidden = true
  1686.         }
  1687.         # loves to talk gossip
  1688.         talkGossipLover
  1689.         {
  1690.             activityModifiers
  1691.             {
  1692.                 talkGossip
  1693.                 {
  1694.                     influenceModifiers
  1695.                     {
  1696.                         0
  1697.                         {
  1698.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1699.                             type = value
  1700.                             operation = MUL
  1701.                             value =  1.5
  1702.                         }
  1703.                     }
  1704.                 }
  1705.             }
  1706.             hidden = true
  1707.         }
  1708.         # hates to talk gossip
  1709.         talkGossipHater
  1710.         {
  1711.             activityModifiers
  1712.             {
  1713.                 talkGossip
  1714.                 {
  1715.                     influenceModifiers
  1716.                     {
  1717.                         0
  1718.                         {
  1719.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1720.                             type = value
  1721.                             operation = MUL
  1722.                             value =  0.5
  1723.                         }
  1724.                     }
  1725.                 }
  1726.             }
  1727.             hidden = true
  1728.         }
  1729.         # loves to talk about hobby
  1730.         talkHobbyLover
  1731.         {
  1732.             activityModifiers
  1733.             {
  1734.                 talkHobby
  1735.                 {
  1736.                     influenceModifiers
  1737.                     {
  1738.                         0
  1739.                         {
  1740.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1741.                             type = value
  1742.                             operation = MUL
  1743.                             value =  1.5
  1744.                         }
  1745.                     }
  1746.                 }
  1747.             }
  1748.             hidden = true
  1749.         }
  1750.         # hates to talk about hobby
  1751.         talkHobbyHater
  1752.         {
  1753.             activityModifiers
  1754.             {
  1755.                 talkHobby
  1756.                 {
  1757.                     influenceModifiers
  1758.                     {
  1759.                         0
  1760.                         {
  1761.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1762.                             type = value
  1763.                             operation = MUL
  1764.                             value =  0.5
  1765.                         }
  1766.                     }
  1767.                 }
  1768.             }
  1769.             hidden = true
  1770.         }
  1771.     }
  1772. }