home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 March / Gamestar_49_2003-03_cd2.bin / data / kit / gfcm.txt < prev    next >
Text File  |  1999-11-30  |  24KB  |  1,503 lines

  1. // Gunfire combat model chart
  2.  
  3. // Format
  4. // <ammo type>    <Is suppressed 1 == TRUE, 0 == FALSE> <Special Effect Number 0 == NONE >
  5. //        <Kill Energy>    <Stun Energy>
  6. //        <Max Kill Range(m)>    <Max Stun Range(m)>
  7. //        <Kill Range Squared Multiplier> <Kill Range Multiplier> <Kill To Stun Ratio>
  8. //        <Stun Range Squared Multiplier> <Stun Range Multiplier>
  9. //        Body Armor Chart
  10. //        "BeginList"    // Begin armor list
  11. //            <Armor Name>
  12. //            "BeginList"    // Begin body part list
  13. //                <Body Part Name> <Percent of kill energy converted to stun energy>
  14. //                         <Ratio of kill energy to stun energy>
  15. //            "EndList"    // End body part list
  16. //        "EndList"    // End armor list    
  17.  
  18.  
  19. BeginList    // Begin the ammo list
  20. // -- Unsuppressed Ammo --
  21.  
  22. // 9mm Parabellum - Full metal jacket
  23. 9mmP(FMJ)    0    0
  24.     0.8
  25.     550        525
  26.     240        280
  27.     0.005435    1.0        0.25
  28.     0.008889    0.0
  29.     BeginList    // Armor list
  30.         "standard armor"
  31.             BeginList
  32.                 head        0.3    0.5
  33.                 chest        0.35    0.5
  34.                 abdomen        0.35    0.5
  35.             EndList
  36.         "heavy armor"
  37.             BeginList
  38.                 head        0.4    0.5
  39.                 chest        0.4    0.33
  40.                 abdomen        0.4    0.33
  41.             EndList
  42.     EndList
  43.  
  44. // 9mm Parabellum - Jacketed Hollow Point
  45. 9mmP(JHP)    0    0
  46.     1.2
  47.     600        575
  48.     230        260
  49.     0.007463    1.0        0.5
  50.     0.013158    0.0
  51.     BeginList    // Armor list
  52.         "standard armor"
  53.             BeginList
  54.                 head        0.5    0.5
  55.                 chest        0.9    0.5
  56.                 abdomen        0.9    0.5
  57.             EndList
  58.         "heavy armor"
  59.             BeginList
  60.                 head        0.75    0.5
  61.                 chest        0.95    0.33
  62.                 abdomen        0.95    0.33
  63.             EndList
  64.     EndList
  65.  
  66. // 5.56x45mm - Full Metal Jacket
  67. 5.56x45mm(FMJ)    0    0
  68.     0.65
  69.     550        550
  70.     370        390
  71.     0.001420    1.0        0.2
  72.     0.004535    0.0
  73.     BeginList    // Armor list
  74.         "standard armor"
  75.             BeginList
  76.                 head        0.15    0.5
  77.                 chest        0.15    0.5
  78.                 abdomen        0.15    0.5
  79.             EndList
  80.         "heavy armor"
  81.             BeginList
  82.                 head        0.25    0.5
  83.                 chest        0.25    0.33
  84.                 abdomen        0.25    0.33
  85.             EndList
  86.     EndList
  87.  
  88. // 5.56x45mm - Jacketed Hollow Point
  89. 5.56x45mm(JHP)    0    0
  90.     0.9
  91.     625        600
  92.     400        400
  93.     0.001420    1.0        0.25
  94.     0.004902    0.0
  95.     BeginList    // Armor list
  96.         "standard armor"
  97.             BeginList
  98.                 head        0.45    0.5
  99.                 chest        0.65    0.5
  100.                 abdomen        0.65    0.5
  101.             EndList
  102.         "heavy armor"
  103.             BeginList
  104.                 head        0.5    0.5
  105.                 chest        0.95    0.33
  106.                 abdomen        0.95    0.33
  107.             EndList
  108.     EndList
  109.  
  110. // 7.62x39mm - Full Metal Jacket
  111. 7.62x39mm(FMJ)    0    0
  112.     0.75
  113.     600        650
  114.     300        340
  115.     0.002841    1.0        0.1
  116.     0.0125        0.1
  117.     BeginList    // Armor list
  118.         "standard armor"
  119.             BeginList
  120.                 head        0.3    0.5
  121.                 chest        0.2    0.5
  122.                 abdomen        0.2    0.5
  123.             EndList
  124.         "heavy armor"
  125.             BeginList
  126.                 head        0.3    0.5
  127.                 chest        0.35    0.33
  128.                 abdomen        0.35    0.33
  129.             EndList
  130.     EndList
  131.  
  132. // 7.62x39mm - Jacketed Hollow Point
  133. 7.62x39mm(JHP)    0    0
  134.     1.0
  135.     650        700
  136.     280        340
  137.     0.003030    1.5        0.2
  138.     0.006897    0.0
  139.     BeginList    // Armor list
  140.         "standard armor"
  141.             BeginList
  142.                 head        0.5    0.5
  143.                 chest        0.85    0.5
  144.                 abdomen        0.85    0.5
  145.             EndList
  146.         "heavy armor"
  147.             BeginList
  148.                 head        0.65    0.5
  149.                 chest        0.95    0.33
  150.                 abdomen        0.95    0.33
  151.             EndList
  152.     EndList
  153.  
  154. // 7.62x51mm - Full Metal Jacket
  155. 7.62x51mm(FMJ)    0    0
  156.     0.73
  157.     725        700
  158.     550        600
  159.     0.003        0.1        0.1
  160.     0.003333    0.0
  161.     BeginList    // Armor list
  162.         "standard armor"
  163.             BeginList
  164.                 head        0.25    0.5
  165.                 chest        0.2    0.5
  166.                 abdomen        0.2    0.5
  167.             EndList
  168.         "heavy armor"
  169.             BeginList
  170.                 head        0.3    0.5
  171.                 chest        0.25    0.33
  172.                 abdomen        0.25    0.33
  173.             EndList
  174.     EndList
  175.  
  176. // 7.62x51mm - Jacketed Hollow Point
  177. 7.62x51mm(JHP)    0    0
  178.     1.0
  179.     750        750
  180.     500        600
  181.     0.001401    1.1        0.1429
  182.     0.003891    0.0
  183.     BeginList    // Armor list
  184.         "standard armor"
  185.             BeginList
  186.                 head        0.5    0.5
  187.                 chest        0.85    0.5
  188.                 abdomen        0.85    0.5
  189.             EndList
  190.         "heavy armor"
  191.             BeginList
  192.                 head        0.65    0.5
  193.                 chest        0.9    0.33
  194.                 abdomen        0.9    0.33
  195.             EndList
  196.     EndList
  197.  
  198. // 7.62x54mm - Full Metal Jacket
  199. 7.62x54mm(FMJ)    0    0
  200.     0.7
  201.     750        725
  202.     550        600
  203.     0.003175    0.1        0.25
  204.     0.003333    0.0
  205.     BeginList    // Armor list
  206.         "standard armor"
  207.             BeginList
  208.                 head        0.25    0.5
  209.                 chest        0.2    0.5
  210.                 abdomen        0.2    0.5
  211.             EndList
  212.         "heavy armor"
  213.             BeginList
  214.                 head        0.3    0.5
  215.                 chest        0.25    0.33
  216.                 abdomen        0.25    0.33
  217.             EndList
  218.     EndList
  219.  
  220. // 7.62x54mm - Jacketed Hollow Point
  221. 7.62x54mm(JHP)    0    0
  222.     0.95
  223.     775        750
  224.     500        600
  225.     0.002222    0.5        0.25
  226.     0.003891    0.0
  227.     BeginList    // Armor list
  228.         "standard armor"
  229.             BeginList
  230.                 head        0.5    0.5
  231.                 chest        0.85    0.5
  232.                 abdomen        0.85    0.5
  233.             EndList
  234.         "heavy armor"
  235.             BeginList
  236.                 head        0.65    0.5
  237.                 chest        0.9    0.33
  238.                 abdomen        0.9    0.33
  239.             EndList
  240.     EndList
  241.  
  242. // 0.40 - Full Metal Jacket
  243. 0.40(FMJ)    0    0
  244.     0.85
  245.     600        675
  246.     200        210
  247.     0.01        1.0        0.6667
  248.     0.033333    1.0
  249.     BeginList    // Armor list
  250.         "standard armor"
  251.             BeginList
  252.                 head        0.35    0.5
  253.                 chest        0.35    0.5
  254.                 abdomen        0.35    0.5
  255.             EndList
  256.         "heavy armor"
  257.             BeginList
  258.                 head        0.45    0.5
  259.                 chest        0.4    0.33
  260.                 abdomen        0.4    0.33
  261.             EndList
  262.     EndList
  263.  
  264. // 0.40 - Jacketed Hollow Point
  265. 0.40(JHP)    0    0
  266.     1.25
  267.     650        725
  268.     190        200
  269.     0.0125        1.0        0.75
  270.     0.025        1.0
  271.     BeginList    // Armor list
  272.         "standard armor"
  273.             BeginList
  274.                 head        0.5    0.5
  275.                 chest        0.9    0.5
  276.                 abdomen        0.9    0.5
  277.             EndList
  278.         "heavy armor"
  279.             BeginList
  280.                 head        0.65    0.5
  281.                 chest        0.95    0.33
  282.                 abdomen        0.95    0.33
  283.             EndList
  284.     EndList
  285.  
  286. // 0.45 - Full Metal Jacket
  287. 0.45(FMJ)    0    0
  288.     0.87
  289.     650        700
  290.     200        220
  291.     0.0125        1.0        1.0
  292.     0.025        1.0
  293.     BeginList    // Armor list
  294.         "standard armor"
  295.             BeginList
  296.                 head        0.4    0.5
  297.                 chest        0.4    0.5
  298.                 abdomen        0.4    0.5
  299.             EndList
  300.         "heavy armor"
  301.             BeginList
  302.                 head        0.5    0.5
  303.                 chest        0.45    0.33
  304.                 abdomen        0.45    0.33
  305.             EndList
  306.     EndList
  307.  
  308. // 0.45 - Jacketed Hollow Point
  309. 0.45(JHP)    0    0
  310.     1.3
  311.     700        750
  312.     180        200
  313.     0.016667    1.0        1.0
  314.     0.033333    1.0
  315.     BeginList    // Armor list
  316.         "standard armor"
  317.             BeginList
  318.                 head        0.5    0.5
  319.                 chest        0.9    0.5
  320.                 abdomen        0.9    0.5
  321.             EndList
  322.         "heavy armor"
  323.             BeginList
  324.                 head        0.75    0.5
  325.                 chest        0.95    0.33
  326.                 abdomen        0.95    0.33
  327.             EndList
  328.     EndList
  329.  
  330. // 0.50 AE - Full Metal Jacket
  331. 0.50AE(FMJ)    0    0
  332.     0.75
  333.     700        800
  334.     220        240
  335.     0.01        1.0        1.0
  336.     0.022222    1.0
  337.     BeginList    // Armor list
  338.         "standard armor"
  339.             BeginList
  340.                 head        0.25    0.5
  341.                 chest        0.45    0.5
  342.                 abdomen        0.45    0.5
  343.             EndList
  344.         "heavy armor"
  345.             BeginList
  346.                 head        0.5    0.5
  347.                 chest        0.5    0.33
  348.                 abdomen        0.5    0.33
  349.             EndList
  350.     EndList
  351.  
  352. // 0.50 AE - Jacketed Hollow Point
  353. 0.50AE(JHP)    0    0
  354.     1.2
  355.     750        850
  356.     190        210
  357.     0.016667    1.0        1.0
  358.     0.033333    1.0
  359.     BeginList    // Armor list
  360.         "standard armor"
  361.             BeginList
  362.                 head        0.5    0.5
  363.                 chest        0.85    0.5
  364.                 abdomen        0.85    0.5
  365.             EndList
  366.         "heavy armor"
  367.             BeginList
  368.                 head        0.75    0.5
  369.                 chest        0.9    0.33
  370.                 abdomen        0.9    0.33
  371.             EndList
  372.     EndList
  373.  
  374. // 12 ga. 00 Buckshot
  375. "12ga. 00 Buckshot"    0    0
  376.     2.0
  377.     600        900
  378.     50        70
  379.     0.04        0.0        0.6667
  380.     0.333333    0.0
  381.     BeginList    // Armor list
  382.         "standard armor"
  383.             BeginList
  384.                 head        0.5    0.5
  385.                 chest        0.85    0.25
  386.                 abdomen        0.85    0.25
  387.             EndList
  388.         "heavy armor"
  389.             BeginList
  390.                 head        0.9    0.5
  391.                 chest        0.9    0.25
  392.                 abdomen        0.9    0.25
  393.             EndList
  394.     EndList
  395.  
  396. // 12 ga. Slug
  397. "12ga. Slug"    0    0
  398.     0.8
  399.     800        800
  400.     90        90
  401.     0.04        1.0        0.45
  402.     0.333333    0.0
  403.     BeginList    // Armor list
  404.         "standard armor"
  405.             BeginList
  406.                 head        0.35    0.5
  407.                 chest        0.60    0.67
  408.                 abdomen        0.60    0.67
  409.             EndList
  410.         "heavy armor"
  411.             BeginList
  412.                 head        0.7    0.5
  413.                 chest        0.65    0.33
  414.                 abdomen        0.65    0.33
  415.             EndList
  416.     EndList
  417.  
  418. // 12 ga. Rubber baton
  419. "12ga. Rubber baton"    0    0
  420.     5.0
  421.     100        1000
  422.     40        110
  423.     0.111111    1.0        1.0
  424.     0.111111    0.0
  425.     BeginList    // Armor list
  426.         "standard armor"
  427.             BeginList
  428.                 head        0.5    0.5
  429.                 chest        1.0    1.0
  430.                 abdomen        1.0    1.0
  431.             EndList
  432.         "heavy armor"
  433.             BeginList
  434.                 head        1.0    0.5
  435.                 chest        1.0    1.0
  436.                 abdomen        1.0    1.0
  437.             EndList
  438.     EndList
  439.  
  440. // 5.45mm - Jacketed Hollow Point
  441. 5.45mm(JHP)    0    0
  442.     1.1
  443.     600        600
  444.     285        300
  445.     0.004        1        0.25
  446.     0.008333    0
  447.     BeginList    //Armor list
  448.         "standard armor"
  449.             BeginList
  450.                 head        0.45    0.5
  451.                 chest        0.65    0.5
  452.                 abdomen        0.65    0.5
  453.             EndList
  454.         "heavy armor"
  455.             BeginList
  456.                 head        0.5    0.5
  457.                 chest        0.95    0.3333
  458.                 abdomen        0.95    0.3333
  459.             EndList
  460.     EndList
  461.  
  462. // 5.45mm - Full Metal Jacketed
  463. 5.45mm(FMJ)    0    0
  464.     0.7
  465.     550        550
  466.     300        340
  467.     0.002857    1        0.2
  468.     0.005822    0
  469.     BeginList    //Armor list
  470.         "standard armor"
  471.             BeginList
  472.                 head        0.15    0.5
  473.                 chest        0.15    0.5
  474.                 abdomen        0.15    0.5
  475.             EndList
  476.         "heavy armor"
  477.             BeginList
  478.                 head        0.25    0.5
  479.                 chest        0.20    0.3333
  480.                 abdomen        0.20    0.3333
  481.             EndList
  482.     EndList
  483.  
  484. // 7.65mm - Jacketed Hollow Point
  485. 7.65mm(JHP)    0    0
  486.     1.5
  487.     500        350
  488.     130        150
  489.     0.02        1        0.5
  490.     0.029        0
  491.     BeginList    //Armor list
  492.         "standard armor"
  493.             BeginList
  494.                 head        0.45    0.5
  495.                 chest        0.90    0.5
  496.                 abdomen        0.90    0.5
  497.             EndList
  498.         "heavy armor"
  499.             BeginList
  500.                 head        0.75    0.5
  501.                 chest        0.95    0.3333
  502.                 abdomen        0.95    0.3333
  503.             EndList
  504.     EndList
  505.  
  506. // 7.65mm - Full Metal Jacketed
  507. 7.65mm(FMJ)    0    0
  508.     1.1
  509.     450        300
  510.     130        150
  511.     0.02        1        0.5
  512.     0.025        0
  513.     BeginList    //Armor list
  514.         "standard armor"
  515.             BeginList
  516.                 head        0.35    0.5
  517.                 chest        0.60    0.5
  518.                 abdomen        0.60    0.5
  519.             EndList
  520.         "heavy armor"
  521.             BeginList
  522.                 head        0.65    0.5
  523.                 chest        0.65    0.3333
  524.                 abdomen        0.65    0.3333
  525.             EndList
  526.     EndList
  527.  
  528. // 10mm - Full Metal Jacketed
  529. 10mm(FMJ)    0    0
  530.     0.85
  531.     575        550
  532.     280        290
  533.     0.004        1        0.25
  534.     0.006667    0.5
  535.     BeginList    //Armor list
  536.         "standard armor"
  537.             BeginList
  538.                 head        0.35    0.5
  539.                 chest        0.35    0.5
  540.                 abdomen        0.35    0.5
  541.             EndList
  542.         "heavy armor"
  543.             BeginList
  544.                 head        0.45    0.5
  545.                 chest        0.40    0.3333
  546.                 abdomen        0.40    0.3333
  547.             EndList
  548.     EndList
  549.  
  550. // 10mm - Jacketed Hollow Point
  551. 10mm(JHP)    0    0
  552.     1.25
  553.     625        600
  554.     240        280
  555.     0.005556    1.35        0.25
  556.     0.006667    1
  557.     BeginList    //Armor list
  558.         "standard armor"
  559.             BeginList
  560.                 head        0.50    0.5
  561.                 chest        0.90    0.5
  562.                 abdomen        0.90    0.5
  563.             EndList
  564.         "heavy armor"
  565.             BeginList
  566.                 head        0.65    0.5
  567.                 chest        0.95    0.3333
  568.                 abdomen        0.95    0.3333
  569.             EndList
  570.     EndList
  571.  
  572. // 0.357 Magnum - Jacketed Hollow Point
  573. 0.357(JHP)    0    0
  574.     1.0
  575.     725        700
  576.     200        220
  577.     0.013        1        1
  578.     0.029        1
  579.     BeginList    //Armor list
  580.         "standard armor"
  581.             BeginList
  582.                 head        0.50    0.5
  583.                 chest        0.90    0.5
  584.                 abdomen        0.90    0.5
  585.             EndList
  586.         "heavy armor"
  587.             BeginList
  588.                 head        0.70    0.5
  589.                 chest        0.95    0.3333
  590.                 abdomen        0.95    0.3333
  591.             EndList
  592.     EndList
  593.  
  594. // 0.357 Magnum - Full Metal Jacket
  595. "0.357(FMJ)"    0    0
  596.     0.8
  597.     675        675
  598.     200        210
  599.     0.0125        1        1
  600.     0.029        1
  601.     BeginList    //Armor list
  602.         "standard armor"
  603.             BeginList
  604.                 head        0.35    0.5
  605.                 chest        0.35    0.5
  606.                 abdomen        0.35    0.5
  607.             EndList
  608.         "heavy armor"
  609.             BeginList
  610.                 head        0.45    0.5
  611.                 chest        0.40    0.3333
  612.                 abdomen        0.40    0.3333
  613.             EndList
  614.     EndList
  615.  
  616. // 0.50 Browning - Full Metal Jacket
  617. "0.50 Browning (FMJ)"    0    0
  618.     0.5
  619.     1200        1200
  620.     800        800
  621.     0.001538    0.25        1
  622.     0.003125    1
  623.     BeginList    //Armor list
  624.         "standard armor"
  625.             BeginList
  626.                 head        0.10    0.5
  627.                 chest        0.20    0.5
  628.                 abdomen        0.20    0.5
  629.             EndList
  630.         "heavy armor"
  631.             BeginList
  632.                 head        0.20    0.5
  633.                 chest        0.30    0.3333
  634.                 abdomen        0.30    0.3333
  635.             EndList
  636.     EndList
  637.  
  638. // 0.50 Browning - Jacketed Hollow Point
  639. "0.50 Browning (JHP)"    0    0
  640.     0.8
  641.     1200        1200
  642.     800        800
  643.     0.001538    0.25        1
  644.     0.003125    1
  645.     BeginList    //Armor list
  646.         "standard armor"
  647.             BeginList
  648.                 head        0.15    0.5
  649.                 chest        0.25    0.5
  650.                 abdomen        0.25    0.5
  651.             EndList
  652.         "heavy armor"
  653.             BeginList
  654.                 head        0.25    0.5
  655.                 chest        0.35    0.3333
  656.                 abdomen        0.35    0.3333
  657.             EndList
  658.     EndList
  659.  
  660. // 0.300 Winchester - Full Metal Jacketed
  661. "0.300 Win (FMJ)"    0    0
  662.     0.68
  663.     720        720
  664.     470        480
  665.     0.002857    0.25        1
  666.     0.006667    0.5
  667.     BeginList    //Armor list
  668.         "standard armor"
  669.             BeginList
  670.                 head        0.10    0.5
  671.                 chest        0.10    0.5
  672.                 abdomen        0.10    0.5
  673.             EndList
  674.         "heavy armor"
  675.             BeginList
  676.                 head        0.15    0.5
  677.                 chest        0.25    0.3333
  678.                 abdomen        0.25    0.3333
  679.             EndList
  680.     EndList
  681.  
  682. // 0.300 Winchester - Jacketed Hollow Point
  683. "0.300 Win (JHP)"    0    0
  684.     1.1
  685.     750        750
  686.     480        490
  687.     0.002857    0.25        1
  688.     0.005556    0.5
  689.     BeginList    //Armor list
  690.         "standard armor"
  691.             BeginList
  692.                 head        0.30    0.5
  693.                 chest        0.50    0.5
  694.                 abdomen        0.50    0.5
  695.             EndList
  696.         "heavy armor"
  697.             BeginList
  698.                 head        0.40    0.5
  699.                 chest        0.65    0.3333
  700.                 abdomen        0.65    0.3333
  701.             EndList
  702.     EndList
  703.  
  704. //-- Suppressed Ammo
  705.  
  706. // 9mm Parabellum - Full metal jacket
  707. 9mmP(FMJ)    1    0
  708.     0.8
  709.     500        450
  710.     240        280
  711.     0.008152    1.0        0.1875
  712.     0.008889    1.0
  713.     BeginList    // Armor list
  714.         "standard armor"
  715.             BeginList
  716.                 head        0.3    0.5
  717.                 chest        0.35    0.5
  718.                 abdomen        0.35    0.5
  719.             EndList
  720.         "heavy armor"
  721.             BeginList
  722.                 head        0.4    0.5
  723.                 chest        0.4    0.33
  724.                 abdomen        0.4    0.33
  725.             EndList
  726.     EndList
  727.  
  728. // 9mm Parabellum - Jacketed Hollow Point
  729. 9mmP(JHP)    1    0
  730.     1.2
  731.     525        475
  732.     230        260
  733.     0.011194    1.0        0.5
  734.     0.013158    0.75
  735.     BeginList    // Armor list
  736.         "standard armor"
  737.             BeginList
  738.                 head        0.5    0.5
  739.                 chest        0.9    0.5
  740.                 abdomen        0.9    0.5
  741.             EndList
  742.         "heavy armor"
  743.             BeginList
  744.                 head        0.75    0.5
  745.                 chest        0.95    0.33
  746.                 abdomen        0.95    0.33
  747.             EndList
  748.     EndList
  749.  
  750. // 0.40 - Full Metal Jacket
  751. 0.40(FMJ)    1    0
  752.     0.85
  753.     550        575
  754.     200        210
  755.     0.01        1.0        0.5
  756.     0.025        0.0
  757.     BeginList    // Armor list
  758.         "standard armor"
  759.             BeginList
  760.                 head        0.35    0.5
  761.                 chest        0.35    0.5
  762.                 abdomen        0.35    0.5
  763.             EndList
  764.         "heavy armor"
  765.             BeginList
  766.                 head        0.45    0.5
  767.                 chest        0.4    0.33
  768.                 abdomen        0.4    0.33
  769.             EndList
  770.     EndList
  771.  
  772. // 0.40 - Jacketed Hollow Point
  773. 0.40(JHP)    1    0
  774.     1.25
  775.     575        600
  776.     190        200
  777.     0.0125        1.0        0.75
  778.     0.025        1.0
  779.     BeginList    // Armor list
  780.         "standard armor"
  781.             BeginList
  782.                 head        0.5    0.5
  783.                 chest        0.9    0.5
  784.                 abdomen        0.9    0.5
  785.             EndList
  786.         "heavy armor"
  787.             BeginList
  788.                 head        0.65    0.5
  789.                 chest        0.95    0.33
  790.                 abdomen        0.95    0.33
  791.             EndList
  792.     EndList
  793.  
  794. // 0.45 - Full Metal Jacket
  795. 0.45(FMJ)    1    0
  796.     0.87
  797.     600        650
  798.     200        220
  799.     0.0133        1.0        1.0
  800.     0.028571    1.0
  801.     BeginList    // Armor list
  802.         "standard armor"
  803.             BeginList
  804.                 head        0.4    0.5
  805.                 chest        0.4    0.5
  806.                 abdomen        0.4    0.5
  807.             EndList
  808.         "heavy armor"
  809.             BeginList
  810.                 head        0.5    0.5
  811.                 chest        0.45    0.33
  812.                 abdomen        0.45    0.33
  813.             EndList
  814.     EndList
  815.  
  816. // 0.45 - Jacketed Hollow Point
  817. 0.45(JHP)    1    0
  818.     1.3
  819.     625        675
  820.     180        200
  821.     0.016667    1.0        1.0
  822.     0.033333    1.0
  823.     BeginList    // Armor list
  824.         "standard armor"
  825.             BeginList
  826.                 head        0.5    0.5
  827.                 chest        0.9    0.5
  828.                 abdomen        0.9    0.5
  829.             EndList
  830.         "heavy armor"
  831.             BeginList
  832.                 head        0.75    0.5
  833.                 chest        0.95    0.33
  834.                 abdomen        0.95    0.33
  835.             EndList
  836.     EndList
  837.  
  838. // 10mm - Jacketed Hollow Point
  839. 10mm(JHP)    1    0
  840.     1.25
  841.     550        500
  842.     220        250
  843.     0.005556    1.35        0.25
  844.     0.007143    1.0
  845.     BeginList    // Armor list
  846.         "standard armor"
  847.             BeginList
  848.                 head        0.5    0.5
  849.                 chest        0.9    0.5
  850.                 abdomen        0.9    0.5
  851.             EndList
  852.         "heavy armor"
  853.             BeginList
  854.                 head        0.65    0.5
  855.                 chest        0.95    0.33
  856.                 abdomen        0.95    0.33
  857.             EndList
  858.     EndList
  859.  
  860. // 10mm - Full Metal Jacketed
  861. 10mm(FMJ)    1    0
  862.     0.85
  863.     500        475
  864.     240        260
  865.     0.04        1.0        0.25
  866.     0.006667    0.5
  867.     BeginList    // Armor list
  868.         "standard armor"
  869.             BeginList
  870.                 head        0.35    0.5
  871.                 chest        0.35    0.5
  872.                 abdomen        0.35    0.5
  873.             EndList
  874.         "heavy armor"
  875.             BeginList
  876.                 head        0.45    0.5
  877.                 chest        0.40    0.33
  878.                 abdomen        0.40    0.33
  879.             EndList
  880.     EndList
  881.  
  882. EndList    // End Ammo List
  883.  
  884. //-------------------------------------------------------------
  885. //-- Stun Chart Format ----------------------------------------
  886. //-------------------------------------------------------------
  887. //
  888. // BeginChart
  889. //    <Min Energy>    <Max Energy>
  890. //    BeginList    // Body Part List
  891. //    <Body Part Name>
  892. //        BeginList    // State List
  893. //        <Stun State Name> <Min> <Max> // Min and Max are 0 - 100
  894. //        EndList
  895. //    EndList
  896. // EndChart                
  897.  
  898. BeginChart
  899. 1    99
  900.     BeginList
  901.     head
  902.         BeginList
  903.         "no effect"        1    80
  904.         stunned            81    100
  905.         EndList
  906.     chest
  907.         BeginList
  908.         "no effect"        1    90
  909.         stunned            91    100
  910.         EndList
  911.     abdomen
  912.         BeginList
  913.         "no effect"        1    85
  914.         stunned            86    100
  915.         EndList
  916.     legs
  917.         BeginList
  918.         "no effect"        1    90
  919.         stunned            91    100
  920.         EndList
  921.     arms
  922.         BeginList
  923.         "no effect"        1    90
  924.         stunned            91    100
  925.         EndList
  926.     EndList
  927. 99    149
  928.     BeginList
  929.     head
  930.         BeginList
  931.         "no effect"        1    60
  932.         stunned            61    98
  933.         dazed            99    100
  934.         EndList
  935.     chest
  936.         BeginList
  937.         "no effect"        1    70
  938.         stunned            71    100
  939.         EndList
  940.     abdomen
  941.         BeginList
  942.         "no effect"        1    60
  943.         stunned            61    100
  944.         EndList
  945.     legs
  946.         BeginList
  947.         "no effect"        1    70
  948.         stunned            71    85
  949.         dazed            86    100
  950.         EndList
  951.     arms
  952.         BeginList
  953.         "no effect"        1    70
  954.         stunned            71    85
  955.         dazed            86    100
  956.         EndList
  957.     EndList
  958. 149    199
  959.     BeginList
  960.     head
  961.         BeginList
  962.         "no effect"        1    20
  963.         stunned            21    90
  964.         dazed            91    100
  965.         EndList
  966.     chest
  967.         BeginList
  968.         "no effect"        1    59
  969.         stunned            60    100
  970.         EndList
  971.     abdomen
  972.         BeginList
  973.         "no effect"        1    50
  974.         stunned            51    100
  975.         EndList
  976.     legs
  977.         BeginList
  978.         "no effect"        1    59
  979.         stunned            60    80
  980.         dazed            81    100
  981.         EndList
  982.     arms
  983.         BeginList
  984.         "no effect"        1    59
  985.         stunned            60    80
  986.         dazed            81    100
  987.         EndList
  988.     EndList
  989. 199    249
  990.     BeginList
  991.     head
  992.         BeginList
  993.         stunned            1    75
  994.         dazed            76    100
  995.         EndList
  996.     chest
  997.         BeginList
  998.         "no effect"        1    54
  999.         stunned            55    94
  1000.         dazed            95    100
  1001.         EndList
  1002.     abdomen
  1003.         BeginList
  1004.         "no effect"        1    40
  1005.         stunned            41    95
  1006.         dazed            96    100
  1007.         EndList
  1008.     legs
  1009.         BeginList
  1010.         "no effect"        1    40
  1011.         stunned            41    69
  1012.         dazed            70    100
  1013.         EndList
  1014.     arms
  1015.         BeginList
  1016.         "no effect"        1    40
  1017.         stunned            41    69
  1018.         dazed            70    100
  1019.         EndList
  1020.     EndList
  1021. 249    349
  1022.     BeginList
  1023.     head
  1024.         BeginList
  1025.         stunned            1    60
  1026.         dazed            61    100
  1027.         EndList
  1028.     chest
  1029.         BeginList
  1030.         "no effect"        1    39
  1031.         stunned            40    89
  1032.         dazed            90    100
  1033.         EndList
  1034.     abdomen
  1035.         BeginList
  1036.         "no effect"        1    20
  1037.         stunned            21    90
  1038.         dazed            91    100
  1039.         EndList
  1040.     legs
  1041.         BeginList
  1042.         "no effect"        1    20
  1043.         stunned            21    59
  1044.         dazed            60    100
  1045.         EndList
  1046.     arms
  1047.         BeginList
  1048.         "no effect"        1    20
  1049.         stunned            21    59
  1050.         dazed            60    100
  1051.         EndList
  1052.     EndList
  1053. 349    449
  1054.     BeginList
  1055.     head
  1056.         BeginList
  1057.         stunned            1    30
  1058.         dazed            31    94
  1059.         wounded            95    100
  1060.         EndList
  1061.     chest
  1062.         BeginList
  1063.         "no effect"        1    19
  1064.         stunned            20    70
  1065.         dazed            80    100
  1066.         EndList
  1067.     abdomen
  1068.         BeginList
  1069.         "no effect"        1    10
  1070.         stunned            11    80
  1071.         dazed            81    98
  1072.         wounded            99    100
  1073.         EndList
  1074.     legs
  1075.         BeginList
  1076.         "no effect"        1    10
  1077.         stunned            11    59
  1078.         dazed            60    100
  1079.         EndList
  1080.     arms
  1081.         BeginList
  1082.         "no effect"        1    10
  1083.         stunned            11    59
  1084.         dazed            60    100
  1085.         EndList
  1086.     EndList
  1087. 449    549
  1088.     BeginList
  1089.     head
  1090.         BeginList
  1091.         stunned            1    20
  1092.         dazed            21    84
  1093.         wounded            85    100
  1094.         EndList
  1095.     chest
  1096.         BeginList
  1097.         stunned            1    59
  1098.         dazed            60    93
  1099.         wounded            94    100
  1100.         EndList
  1101.     abdomen
  1102.         BeginList
  1103.         stunned            1    70
  1104.         dazed            71    90
  1105.         wounded            91    100
  1106.         EndList
  1107.     legs
  1108.         BeginList
  1109.         stunned            1    49
  1110.         dazed            50    100
  1111.         EndList
  1112.     arms
  1113.         BeginList
  1114.         stunned            1    49
  1115.         dazed            50    100
  1116.         EndList
  1117.     EndList
  1118. 549    699
  1119.     BeginList
  1120.     head
  1121.         BeginList
  1122.         stunned            1    10
  1123.         dazed            11    74
  1124.         wounded            75    100
  1125.         EndList
  1126.     chest
  1127.         BeginList
  1128.         stunned            1    30
  1129.         dazed            31    90
  1130.         wounded            91    100
  1131.         EndList
  1132.     abdomen
  1133.         BeginList
  1134.         stunned            1    50
  1135.         dazed            51    84
  1136.         wounded            85    100
  1137.         EndList
  1138.     legs
  1139.         BeginList
  1140.         stunned            1    39
  1141.         dazed            40    89
  1142.         wounded            90    100
  1143.         EndList
  1144.     arms
  1145.         BeginList
  1146.         stunned            1    39
  1147.         dazed            40    89
  1148.         wounded            90    100
  1149.         EndList
  1150.     EndList
  1151. 699    1000
  1152.     BeginList
  1153.     head
  1154.         BeginList
  1155.         stunned            1    5
  1156.         dazed            6    64
  1157.         wounded            65    100
  1158.         EndList
  1159.     chest
  1160.         BeginList
  1161.         stunned            1    20
  1162.         dazed            21    84
  1163.         wounded            85    100
  1164.         EndList
  1165.     abdomen
  1166.         BeginList
  1167.         stunned            1    40
  1168.         dazed            41    75
  1169.         wounded            76    100
  1170.         EndList
  1171.     legs
  1172.         BeginList
  1173.         stunned            1    29
  1174.         dazed            30    85
  1175.         wounded            86    100
  1176.         EndList
  1177.     arms
  1178.         BeginList
  1179.         stunned            1    29
  1180.         dazed            30    85
  1181.         wounded            86    100
  1182.         EndList
  1183.     EndList
  1184. EndChart
  1185.  
  1186. //-------------------------------------------------------------
  1187. //-- Kill Chart Format ----------------------------------------
  1188. //-------------------------------------------------------------
  1189. //
  1190. // BeginChart
  1191. //    <Min Energy>    <Max Energy>
  1192. //    <Non-human damage amount>
  1193. //    BeginList    // Body Part List
  1194. //    <Body Part Name>
  1195. //        BeginList    // State List
  1196. //        <Kill State Name> <Min> <Max> // Min and Max are 0 - 100
  1197. //        EndList
  1198. //    EndList
  1199. // EndChart                
  1200.  
  1201. BeginChart
  1202. 1    99
  1203.     0
  1204.     BeginList
  1205.     head
  1206.         BeginList
  1207.         "no effect"        1    50
  1208.         wounded            51    100
  1209.         EndList
  1210.     chest
  1211.         BeginList
  1212.         "no effect"        1    95
  1213.         wounded            96    100
  1214.         EndList
  1215.     abdomen
  1216.         BeginList
  1217.         "no effect"        1    95
  1218.         wounded            96    100
  1219.         EndList
  1220.     legs
  1221.         BeginList
  1222.         "no effect"        1    95
  1223.         wounded            96    100
  1224.         EndList
  1225.     arms
  1226.         BeginList
  1227.         "no effect"        1    95
  1228.         wounded            96    100
  1229.         EndList
  1230.     EndList
  1231. 99    149
  1232.     1
  1233.     BeginList
  1234.     head
  1235.         BeginList
  1236.         "no effect"        1    25
  1237.         wounded            26    100
  1238.         EndList
  1239.     chest
  1240.         BeginList
  1241.         "no effect"        1    90
  1242.         wounded            91    100
  1243.         EndList
  1244.     abdomen
  1245.         BeginList
  1246.         "no effect"        1    90
  1247.         wounded            91    100
  1248.         EndList
  1249.     legs
  1250.         BeginList
  1251.         "no effect"        1    90
  1252.         wounded            91    100
  1253.         EndList
  1254.     arms
  1255.         BeginList
  1256.         "no effect"        1    90
  1257.         wounded            91    100
  1258.         EndList
  1259.     EndList
  1260. 149    199
  1261.     1
  1262.     BeginList
  1263.     head
  1264.         BeginList
  1265.         "no effect"        1    20
  1266.         wounded            21    90
  1267.         incapacitated        91    100
  1268.         EndList
  1269.     chest
  1270.         BeginList
  1271.         "no effect"        1    84
  1272.         wounded            85    100
  1273.         EndList
  1274.     abdomen
  1275.         BeginList
  1276.         "no effect"        1    80
  1277.         wounded            81    100
  1278.         EndList
  1279.     legs
  1280.         BeginList
  1281.         "no effect"        1    80
  1282.         wounded            81    100
  1283.         EndList
  1284.     arms
  1285.         BeginList
  1286.         "no effect"        1    80
  1287.         wounded            81    100
  1288.         EndList
  1289.     EndList
  1290. 199    249
  1291.     1
  1292.     BeginList
  1293.     head
  1294.         BeginList
  1295.         "no effect"        1    15
  1296.         wounded            16    80
  1297.         incapacitated        81    95
  1298.         dead            96    100
  1299.         EndList
  1300.     chest
  1301.         BeginList
  1302.         "no effect"        1    79
  1303.         wounded            80    100
  1304.         EndList
  1305.     abdomen
  1306.         BeginList
  1307.         "no effect"        1    70
  1308.         wounded            71    100
  1309.         EndList
  1310.     legs
  1311.         BeginList
  1312.         "no effect"        1    70
  1313.         wounded            71    100
  1314.         EndList
  1315.     arms
  1316.         BeginList
  1317.         "no effect"        1    70
  1318.         wounded            71    100
  1319.         EndList
  1320.     EndList    
  1321. 249    349
  1322.     2
  1323.     BeginList
  1324.     head
  1325.         BeginList
  1326.         "no effect"        1    15
  1327.         wounded            16    70
  1328.         incapacitated        71    80
  1329.         dead            81    100
  1330.         EndList
  1331.     chest
  1332.         BeginList
  1333.         "no effect"        1    70
  1334.         wounded            71    100
  1335.         EndList
  1336.     abdomen
  1337.         BeginList
  1338.         "no effect"        1    50
  1339.         wounded            51    100
  1340.         EndList
  1341.     legs
  1342.         BeginList
  1343.         "no effect"        1    50
  1344.         wounded            51    100
  1345.         EndList
  1346.     arms
  1347.         BeginList
  1348.         "no effect"        1    50
  1349.         wounded            51    100
  1350.         EndList
  1351.     EndList
  1352. 349    449
  1353.     3
  1354.     BeginList
  1355.     head
  1356.         BeginList
  1357.         wounded            1    15
  1358.         incapacitated        16    60
  1359.         dead            61    100
  1360.         EndList
  1361.     chest
  1362.         BeginList
  1363.         "no effect"        1    30
  1364.         wounded            31    90
  1365.         incapacitated        91    95
  1366.         dead            96    100
  1367.         EndList
  1368.     abdomen
  1369.         BeginList
  1370.         "no effect"        1    24
  1371.         wounded            25    94
  1372.         incapacitated        95    99
  1373.         dead            100    100
  1374.         EndList
  1375.     legs
  1376.         BeginList
  1377.         "no effect"        1    24
  1378.         wounded            25    100
  1379.         EndList
  1380.     arms
  1381.         BeginList
  1382.         "no effect"        1    24
  1383.         wounded            25    100
  1384.         EndList
  1385.     EndList        
  1386. 449    549
  1387.     4
  1388.     BeginList
  1389.     head
  1390.         BeginList
  1391.         wounded            1    5
  1392.         incapacitated        6    50
  1393.         dead            51    100
  1394.         EndList
  1395.     chest
  1396.         BeginList
  1397.         wounded            1    50
  1398.         incapacitated        51    80
  1399.         dead            81    100
  1400.         EndList
  1401.     abdomen
  1402.         BeginList
  1403.         wounded            1    84
  1404.         incapacitated        85    94
  1405.         dead            95    100
  1406.         EndList
  1407.     legs
  1408.         BeginList
  1409.         wounded            1    100
  1410.         EndList
  1411.     arms
  1412.         BeginList
  1413.         wounded            1    100
  1414.         EndList
  1415.     EndList
  1416. 549    699
  1417.     4
  1418.     BeginList
  1419.     head
  1420.         BeginList
  1421.         incapacitated        1    30
  1422.         dead            31    100
  1423.         EndList
  1424.     chest
  1425.         BeginList
  1426.         wounded            1    20
  1427.         incapacitated        21    40
  1428.         dead            41    100
  1429.         EndList
  1430.     abdomen
  1431.         BeginList
  1432.         wounded            1    50
  1433.         incapacitated        51    85
  1434.         dead            86    100
  1435.         EndList
  1436.     legs
  1437.         BeginList
  1438.         wounded            1    100
  1439.         EndList
  1440.     arms
  1441.         BeginList
  1442.         wounded            1    100
  1443.         EndList
  1444.     EndList
  1445. 699    750
  1446.     5
  1447.     BeginList
  1448.     head
  1449.         BeginList
  1450.         incapacitated        1    25
  1451.         dead            26    100
  1452.         EndList
  1453.     chest
  1454.         BeginList
  1455.         wounded            1    7
  1456.         incapacitated        8    35
  1457.         dead            36    100
  1458.         EndList
  1459.     abdomen
  1460.         BeginList
  1461.         wounded            1    20
  1462.         incapacitated        21    75
  1463.         dead            76    100
  1464.         EndList
  1465.     legs
  1466.         BeginList
  1467.         wounded            1    100
  1468.         EndList
  1469.     arms
  1470.         BeginList
  1471.         wounded            1    100
  1472.         EndList
  1473.     EndList
  1474. 751    1000
  1475.     10
  1476.     BeginList
  1477.     head
  1478.         BeginList
  1479.         incapacitated        1    10
  1480.         dead            11    100
  1481.         EndList
  1482.     chest
  1483.         BeginList
  1484.         wounded            1    3
  1485.         incapacitated        4    25
  1486.         dead            26    100
  1487.         EndList
  1488.     abdomen
  1489.         BeginList
  1490.         wounded            1    20
  1491.         incapacitated        21    75
  1492.         dead            76    100
  1493.         EndList
  1494.     legs
  1495.         BeginList
  1496.         wounded            1    100
  1497.         EndList
  1498.     arms
  1499.         BeginList
  1500.         wounded            1    100
  1501.         EndList
  1502.     EndList
  1503. EndChart