diff --git a/Data-1.13/RebelCommand_Settings.ini b/Data-1.13/RebelCommand_Settings.ini index 8e2caacd8..8af647e94 100644 --- a/Data-1.13/RebelCommand_Settings.ini +++ b/Data-1.13/RebelCommand_Settings.ini @@ -281,6 +281,11 @@ DISRUPT_ASD_DURATION_BONUS_DEMOLITIONS = 48 DISRUPT_ASD_DURATION_BONUS_NIGHTOPS = 120 DISRUPT_ASD_DURATION_BONUS_TECHNICIAN = 72 +; Forge Transport Orders +; Creates a transport group with orders to go to the agent's location +FORGE_TRANSPORT_ORDERS_SUCCESS_CHANCE = 50 +; No duration. The group is created immediately upon mission success + ; Strategic Intel ; When viewing teams on the strategic map, enemy movement targets are displayed in red. STRATEGIC_INTEL_SUCCESS_CHANCE = 60 diff --git a/Data-1.13/TableData/History.xml b/Data-1.13/TableData/History.xml index d2869a577..2052bdcb1 100644 --- a/Data-1.13/TableData/History.xml +++ b/Data-1.13/TableData/History.xml @@ -8,410 +8,415 @@ One way to test is to use the replacement strings on 1 & 5. NOTE: Will only work if there's an accompanying trigger in sourcecode; - does not work by simply adding more lines. + does not work by simply adding more lines. Strings containing combinations of % characters are special format characters to insert - a parameter as specified in code. % characters can be rearranged/removed; - inserting new ones will just print garbled text. + a parameter as specified in code. % characters can be rearranged/removed; + inserting new ones will just print garbled text. --> - - 0 + + 0 - - 1 + + 1 %s was hired from A.I.M. - - 2 + + 2 %s was hired from M.E.R.C. - - 3 + + 3 %s died. - - 4 + + 4 Settled Accounts at M.E.R.C. - - 5 + + 5 Accepted Assignment From Enrico Chivaldori. - - 6 + + 6 IMP Profile Generated. - - 7 + + 7 Purchased Insurance Contract for %s. - - 8 + + 8 Canceled Insurance Contract for %s. - - 9 + + 9 Insurance Claim Payout for %s. - - 10 + + 10 Extended %s's contract by a day. - - 11 + + 11 Extended %s's contract by 1 week. - - 12 + + 12 Extended %s's contract by 2 weeks. - - 13 + + 13 %s was dismissed. - - 14 + + 14 %s quit. - - 15 + + 15 Quest started. - - 16 + + 16 Quest completed. - - 17 + + 17 Talked to head miner of %s. - - 18 + + 18 Liberated %s. - - 19 + + 19 Cheat used. - - 20 + + 20 Food should be in Omerta by tomorrow. - - 21 + + 21 %s left team to become Daryl Hick's wife. - - 22 + + 22 %s's contract expired. - - 23 + + 23 %s was recruited. - - 24 + + 24 Enrico complained about lack of progress. - - 25 + + 25 Battle won. - - 26 + + 26 %s mine started running out of ore. - - 27 + + 27 %s mine ran out of ore. - - 28 + + 28 %s mine was shut down. - - 29 + + 29 %s mine was reopened. - - 30 + + 30 Found out about a prison called Tixa. - - 31 + + 31 Heard about a secret weapons plant called Orta. - - 32 + + 32 Scientist in Orta donated a slew of rocket rifles. - - 33 + + 33 Queen Deidranna has a use for dead bodies. - - 34 + + 34 Frank talked about fighting matches in San Mona. - - 35 + + 35 A patient thinks he saw something in the mines. - - 36 + + 36 Met someone named Devin - he sells explosives. - - 37 + + 37 Ran into the famous ex-AIM merc Mike! - - 38 + + 38 Met Tony - he deals in arms. - - 39 + + 39 Got a rocket rifle from Sergeant Krott. - - 40 + + 40 Gave Kyle the deed to Angel's leather shop. - - 41 + + 41 Madlab offered to build a robot. - - 42 + + 42 Gabby can make stealth concoction for bugs. - - 43 + + 43 Keith is out of business. - - 44 + + 44 Howard provided cyanide to Queen Deidranna. - - 45 + + 45 Met Keith - all purpose dealer in Cambria. - - 46 + + 46 Met Howard - deals pharmaceuticals in Balime. - - 47 + + 47 Met Perko - runs a small repair business. - - 48 + + 48 Met Sam of Balime - runs a hardware shop. - - 49 + + 49 Franz deals in electronics and other goods. - - 50 + + 50 Arnold runs a repair shop in Grumm. - - 51 + + 51 Fredo repairs electronics in Grumm. - - 52 + + 52 Received donation from rich guy in Balime. - - 53 + + 53 Met a junkyard dealer named Jake. - - 54 + + 54 Some bum gave us an electronic keycard. - - 55 + + 55 Bribed Walter to unlock the door to the basement. - - 56 + + 56 If Dave has gas, he'll provide free fillups. - - 57 + + 57 Greased Pablo's palms. - - 58 + + 58 Kingpin keeps money in San Mona mine. - - 59 + + 59 %s won Extreme Fighting match. - - 60 + + 60 %s lost Extreme Fighting match. - - 61 + + 61 %s was disqualified in Extreme Fighting. - - 62 + + 62 Found a lot of money stashed in the abandoned mine. - - 63 + + 63 Encountered assassin sent by Kingpin. - - 64 + + 64 Lost control of sector. - - 65 + + 65 Defended sector. - - 66 + + 66 Lost battle. - - 67 + + 67 Fatal ambush. - - 68 + + 68 Wiped out enemy ambush. - - 69 + + 69 Unsuccessful attack. - - 70 + + 70 Successful attack! - - 71 + + 71 Creatures attacked. - - 72 + + 72 Killed by bloodcats. - - 73 + + 73 Slaughtered bloodcats. - - 74 + + 74 %s was killed. - - 75 + + 75 Gave Carmen a terrorist's head. - - 76 + + 76 Slay left. - - 77 + + 77 Killed %s. - - 78 + + 78 Met Waldo - aircraft mechanic. - - 79 + + 79 Helicopter repairs started. Estimated time: %d hour(s). + + + 80 + Successfully intercepted transport group. + \ No newline at end of file diff --git a/Data-1.13/TableData/Items/Items.xml b/Data-1.13/TableData/Items/Items.xml index 4ac9fd99f..409942bd6 100644 --- a/Data-1.13/TableData/Items/Items.xml +++ b/Data-1.13/TableData/Items/Items.xml @@ -209,6 +209,8 @@ 0 0 0 + 0 + 0 0 0 @@ -1280,6 +1282,8 @@ 100.0 10 27.4 + 20 + 50 @@ -1317,6 +1321,8 @@ 100.0 40 28.0 + 50 + 100 @@ -1353,6 +1359,8 @@ 100.0 10 20.0 + 10 + 40 @@ -1389,6 +1397,8 @@ 100.0 10 20.0 + 30 + 60 @@ -1425,6 +1435,8 @@ 100.0 20 20.0 + 60 + 100 @@ -1535,6 +1547,8 @@ 100.0 10 23.0 + 50 + 100 37 @@ -1665,6 +1679,8 @@ 100.0 10 20.0 + 10 + 40 @@ -1921,6 +1937,8 @@ 100.0 10 20.0 + 20 + 50 @@ -1957,6 +1975,8 @@ 100.0 10 20.0 + 40 + 70 @@ -2080,6 +2100,8 @@ 100.0 10 20.0 + 50 + 100 -10 30 @@ -2387,6 +2409,8 @@ 100.0 10 20.0 + 60 + 100 -10 30 @@ -4037,6 +4061,8 @@ 4 1 100.0 + 0 + 100 @@ -4068,6 +4094,8 @@ 4 1 100.0 + 0 + 100 @@ -4099,6 +4127,8 @@ 3 1 100.0 + 0 + 100 @@ -4131,6 +4161,8 @@ 1 1 100.0 + 0 + 100 @@ -4163,6 +4195,8 @@ 1 1 100.0 + 0 + 100 @@ -4476,6 +4510,8 @@ 1 1 100.0 + 0 + 100 @@ -4510,6 +4546,8 @@ 1 1 100.0 + 0 + 100 @@ -4543,6 +4581,8 @@ 1 1 100.0 + 0 + 100 @@ -4576,6 +4616,8 @@ 1 1 100.0 + 0 + 100 @@ -4609,6 +4651,8 @@ 1 1 100.0 + 0 + 100 @@ -4640,6 +4684,8 @@ 4 1 100.0 + 0 + 100 @@ -6311,6 +6357,8 @@ 1 1 100.0 + 0 + 100 @@ -6337,6 +6385,8 @@ 5 1 1 + 10 + 100 100.0 @@ -6368,6 +6418,8 @@ 1 100.0 15 + 10 + 100 @@ -6477,6 +6529,8 @@ 1 100.0 -0.2 + 0 + 100 -3 20 @@ -6521,6 +6575,8 @@ 90 10.0 100.0 + 40 + 100 3 @@ -6553,6 +6609,8 @@ 1 10 100.0 + 0 + 100 20 @@ -6589,6 +6647,8 @@ 1 5 100.0 + 0 + 100 @@ -6623,6 +6683,8 @@ -40 100.0 1 + 0 + 20 @@ -6654,6 +6716,8 @@ -20 20 100.0 + 0 + 100 @@ -6766,6 +6830,8 @@ 1 2 100.0 + 50 + 100 @@ -7349,6 +7415,8 @@ 1.3 100.0 1 + 0 + 50 @@ -7506,6 +7574,8 @@ -40 100.0 1 + 20 + 40 @@ -9626,6 +9696,8 @@ 1 1 100.0 + 20 + 100 @@ -9818,6 +9890,8 @@ 100.0 10 43.0 + 60 + 100 @@ -9853,6 +9927,8 @@ 100.0 10 26.0 + 60 + 100 @@ -9891,6 +9967,8 @@ 100.0 10 50.0 + 70 + 100 @@ -9961,6 +10039,8 @@ 100.0 10 20.0 + 10 + 40 @@ -10066,6 +10146,8 @@ 100.0 10 20.0 + 30 + 60 @@ -10211,6 +10293,8 @@ 100.0 10 20.0 + 10 + 40 @@ -16668,6 +16752,8 @@ 1 100.0 -0.2 + 40 + 100 -3 20 @@ -17151,6 +17237,8 @@ 100.0 10 30.0 + 60 + 100 -10 30 @@ -17606,6 +17694,8 @@ 100.0 10 43.0 + 40 + 70 @@ -17646,6 +17736,8 @@ 100.0 10 50.0 + 60 + 100 @@ -17679,6 +17771,8 @@ 100.0 10 29.0 + 20 + 50 @@ -17714,6 +17808,8 @@ 100.0 10 50.0 + 60 + 100 @@ -17891,6 +17987,8 @@ 100.0 10 45.0 + 30 + 60 @@ -18108,6 +18206,8 @@ 100.0 10 20.0 + 0 + 20 @@ -18214,6 +18314,8 @@ 100.0 10 50.0 + 40 + 70 @@ -18283,6 +18385,8 @@ 100.0 10 20.0 + 0 + 30 @@ -18317,6 +18421,8 @@ 100.0 10 34.0 + 0 + 30 @@ -18351,6 +18457,8 @@ 100.0 10 33.0 + 0 + 30 @@ -18388,6 +18496,8 @@ 100.0 10 70.0 + 60 + 100 20 @@ -18430,6 +18540,8 @@ 100.0 10 76.0 + 60 + 100 @@ -18546,6 +18658,8 @@ 100.0 10 20.0 + 10 + 40 @@ -18653,6 +18767,8 @@ 100.0 10 33.0 + 50 + 80 @@ -18803,6 +18919,8 @@ 100.0 10 25.0 + 50 + 80 @@ -18953,6 +19071,8 @@ 100.0 10 56.0 + 40 + 70 @@ -19064,6 +19184,8 @@ 100.0 10 90.0 + 70 + 100 @@ -19218,6 +19340,8 @@ 100.0 10 20.0 + 40 + 70 662 @@ -19288,6 +19412,8 @@ 100.0 10 34.0 + 30 + 60 @@ -19473,6 +19599,8 @@ 100.0 10 33.0 + 40 + 70 @@ -19511,6 +19639,8 @@ 100.0 10 25.0 + 50 + 100 @@ -19662,6 +19792,8 @@ 100.0 10 20.0 + 60 + 100 -10 30 @@ -19708,6 +19840,8 @@ 100.0 10 60.0 + 60 + 100 @@ -19780,6 +19914,8 @@ 100.0 10 45.0 + 40 + 70 @@ -19924,6 +20060,8 @@ 100.0 10 20.0 + 50 + 100 @@ -20006,6 +20144,8 @@ 100.0 10 120.0 + 70 + 100 @@ -20079,6 +20219,8 @@ 100.0 10 50.0 + 50 + 80 @@ -20155,6 +20297,8 @@ 100.0 10 20.0 + 60 + 100 -10 30 @@ -20200,6 +20344,8 @@ 100.0 10 30.0 + 60 + 100 688 @@ -20233,6 +20379,8 @@ 100.0 10 20.0 + 0 + 30 @@ -20443,6 +20591,8 @@ 100.0 10 20.0 + 10 + 40 @@ -20551,6 +20701,8 @@ 100.0 10 120.0 + 70 + 100 @@ -20586,6 +20738,8 @@ 100.0 10 60.0 + 40 + 70 @@ -20659,6 +20813,8 @@ 100.0 10 20.0 + 60 + 100 @@ -20982,6 +21138,8 @@ 100.0 10 60.0 + 40 + 70 @@ -21018,6 +21176,8 @@ 100.0 10 67.0 + 60 + 100 @@ -21127,6 +21287,8 @@ 100.0 10 24.0 + 30 + 60 @@ -21484,6 +21646,8 @@ 100.0 10 20.0 + 0 + 30 @@ -21692,6 +21856,8 @@ 100.0 10 80.0 + 50 + 100 @@ -21868,6 +22034,8 @@ 100.0 10 49.0 + 30 + 60 734 @@ -22123,6 +22291,8 @@ 100.0 10 28.0 + 50 + 80 741 @@ -22339,6 +22509,8 @@ 100.0 10 89.0 + 60 + 100 @@ -22426,6 +22598,8 @@ 100.0 10 20.0 + 60 + 100 1 @@ -22879,6 +23053,8 @@ 100.0 10 43.0 + 20 + 50 @@ -22986,6 +23162,8 @@ 100.0 10 60.0 + 10 + 40 @@ -23021,6 +23199,8 @@ 100.0 10 60.0 + 10 + 40 @@ -23056,6 +23236,8 @@ 100.0 10 60.0 + 10 + 40 @@ -23157,6 +23339,8 @@ 100.0 10 47.0 + 20 + 50 @@ -23231,6 +23415,8 @@ 100.0 30 40.0 + 0 + 20 @@ -23374,6 +23560,8 @@ 100.0 20 115.0 + 70 + 100 @@ -23482,6 +23670,8 @@ 100.0 10 60.0 + 40 + 70 @@ -23517,6 +23707,8 @@ 100.0 10 65.0 + 40 + 70 @@ -23553,6 +23745,8 @@ 100.0 10 20.0 + 40 + 70 @@ -23921,6 +24115,8 @@ 100.0 10 30.0 + 60 + 100 @@ -24029,6 +24225,8 @@ 100.0 10 10.0 + 60 + 100 @@ -24065,6 +24263,8 @@ 100.0 10 10.0 + 60 + 100 @@ -24134,6 +24334,8 @@ 100.0 10 34.0 + 20 + 50 @@ -24169,6 +24371,8 @@ 100.0 10 34.0 + 20 + 50 @@ -24203,6 +24407,8 @@ 100.0 10 34.0 + 20 + 50 @@ -27887,6 +28093,8 @@ 100.0 10 20.0 + 0 + 30 @@ -27923,6 +28131,8 @@ 100.0 10 20.0 + 10 + 40 @@ -28065,6 +28275,8 @@ 100.0 10 20.0 + 40 + 70 @@ -28178,6 +28390,8 @@ 100.0 10 20.0 + 50 + 100 @@ -28213,6 +28427,8 @@ 100.0 10 20.0 + 20 + 50 @@ -28249,6 +28465,8 @@ 100.0 10 20.0 + 60 + 100 @@ -28466,6 +28684,8 @@ 100.0 10 20.0 + 50 + 80 @@ -28502,6 +28722,8 @@ 100.0 10 20.0 + 60 + 90 @@ -28540,6 +28762,8 @@ 100.0 10 20.0 + 50 + 100 @@ -28578,6 +28802,8 @@ 100.0 10 20.0 + 60 + 100 @@ -28616,6 +28842,8 @@ 100.0 10 20.0 + 70 + 100 @@ -28675,6 +28903,8 @@ 100.0 10 20.0 + 20 + 50 @@ -28747,6 +28977,8 @@ 100.0 10 20.0 + 20 + 50 @@ -29348,6 +29580,8 @@ 1.0 1.7 100.0 + 60 + 100 -1 @@ -29433,6 +29667,8 @@ 1.0 3.5 100.0 + 40 + 100 @@ -29473,6 +29709,8 @@ 3.0 100.0 1 + 30 + 100 @@ -29514,6 +29752,8 @@ 1 3.0 100.0 + 30 + 100 @@ -29578,6 +29818,8 @@ 1 1 100.0 + 0 + 100 @@ -29608,6 +29850,8 @@ 1 1 100.0 + 0 + 100 @@ -29638,6 +29882,8 @@ 1 1 100.0 + 0 + 100 @@ -29668,6 +29914,8 @@ 1 1 100.0 + 0 + 100 @@ -29698,6 +29946,8 @@ 1 1 100.0 + 0 + 100 @@ -29728,6 +29978,8 @@ 1 1 100.0 + 0 + 100 @@ -29759,6 +30011,8 @@ 1 1 100.0 + 0 + 100 @@ -29789,6 +30043,8 @@ 1 1 100.0 + 0 + 100 @@ -29819,6 +30075,8 @@ 1 1 100.0 + 0 + 100 @@ -29849,6 +30107,8 @@ 1 1 100.0 + 0 + 100 @@ -29879,6 +30139,8 @@ 1 1 100.0 + 0 + 100 @@ -29909,6 +30171,8 @@ 1 1 100.0 + 0 + 100 @@ -30006,6 +30270,8 @@ 1 1 100.0 + 0 + 100 @@ -30134,6 +30400,8 @@ 1 1 100.0 + 0 + 100 @@ -30313,6 +30581,8 @@ 1 1 100.0 + 0 + 100 @@ -30346,6 +30616,8 @@ 1 1 100.0 + 0 + 100 @@ -30379,6 +30651,8 @@ 1 1 100.0 + 0 + 100 @@ -30438,6 +30712,8 @@ 1 1 100.0 + 0 + 100 @@ -30474,6 +30750,8 @@ 1 1 100.0 + 0 + 100 @@ -30538,6 +30816,8 @@ 1 1 100.0 + 0 + 100 @@ -30569,6 +30849,8 @@ 1 1 100.0 + 0 + 100 @@ -30600,6 +30882,8 @@ 1 1 100.0 + 0 + 100 @@ -30631,6 +30915,8 @@ 1 1 100.0 + 0 + 100 @@ -30662,6 +30948,8 @@ 1 1 100.0 + 0 + 100 @@ -30693,6 +30981,8 @@ 1 1 100.0 + 0 + 100 @@ -30721,6 +31011,8 @@ 1 1 100.0 + 0 + 100 @@ -30749,6 +31041,8 @@ 1 1 100.0 + 0 + 100 @@ -30780,6 +31074,8 @@ 1 1 100.0 + 0 + 100 @@ -30838,6 +31134,8 @@ 1 1 100.0 + 0 + 100 @@ -30870,6 +31168,8 @@ 4 1 100.0 + 0 + 100 @@ -30906,6 +31206,8 @@ 1 100 2 + 0 + 100 @@ -30993,6 +31295,8 @@ 1 20 100.0 + 30 + 100 -1 @@ -31036,6 +31340,8 @@ 30 4.0 100.0 + 30 + 100 1 @@ -31079,6 +31385,8 @@ 80 8.0 100.0 + 60 + 100 2 @@ -31274,6 +31582,8 @@ 1.6 100.0 1 + 40 + 100 @@ -31306,6 +31616,8 @@ 1 20 100.0 + 30 + 100 -1 @@ -31348,6 +31660,8 @@ 70 7.0 100.0 + 40 + 100 2 @@ -31521,6 +31835,8 @@ 100.0 -0.2 + 30 + 100 -3 20 10 @@ -31832,6 +32148,8 @@ -40 100.0 1 + 40 + 60 @@ -31868,6 +32186,8 @@ -40 100.0 1 + 60 + 100 @@ -31998,6 +32318,8 @@ 10 2.0 100.0 + 0 + 50 @@ -32039,6 +32361,8 @@ 20 4.0 100.0 + 0 + 100 1 @@ -33016,6 +33340,8 @@ 100.0 10 32.0 + 20 + 50 @@ -33324,6 +33650,8 @@ 100.0 10 20.0 + 10 + 40 @@ -33398,6 +33726,8 @@ 100.0 9 19.0 + 50 + 80 @@ -33909,6 +34239,8 @@ 2 1 100.0 + 0 + 100 @@ -36983,6 +37315,8 @@ 7 1.0 100.0 + 0 + 50 -1 @@ -37179,6 +37513,8 @@ 3 1 100.0 + 0 + 100 @@ -37248,6 +37584,8 @@ 100.0 10 30.0 + 50 + 80 @@ -40937,6 +41275,8 @@ 100.0 10 20.0 + 30 + 60 -20 -20 @@ -40976,6 +41316,8 @@ 100.0 10 20.0 + 30 + 60 -20 -20 @@ -41017,6 +41359,8 @@ 100.0 10 20.0 + 30 + 60 -20 -20 @@ -41982,6 +42326,8 @@ 2 1 100.0 + 0 + 100 @@ -42011,6 +42357,8 @@ 2 1 100.0 + 0 + 100 @@ -42042,6 +42390,8 @@ 2 1 100.0 + 0 + 100 @@ -42073,6 +42423,8 @@ 2 1 100.0 + 0 + 100 @@ -42102,6 +42454,8 @@ 2 1 100.0 + 0 + 100 @@ -42135,6 +42489,8 @@ 1 100 2 + 0 + 100 @@ -48913,6 +49269,8 @@ 1 3.0 100 + 40 + 100 @@ -50645,6 +51003,8 @@ 1 100.0 21 + 0 + 100 @@ -50758,6 +51118,8 @@ 1 100.0 2 + 0 + 100 @@ -51636,6 +51998,8 @@ 10 20.0 2 + 50 + 100 @@ -51670,6 +52034,8 @@ 1 1 100.0 + 0 + 100 @@ -52179,6 +52545,8 @@ 1 100.0 -300 + 0 + 100 @@ -52227,6 +52595,8 @@ 6 100.0 1 + 0 + 100 @@ -52251,6 +52621,8 @@ 1 100.0 1 + 0 + 100 diff --git a/Data/RebelCommand_Settings.ini b/Data/RebelCommand_Settings.ini index 8e2caacd8..8af647e94 100644 --- a/Data/RebelCommand_Settings.ini +++ b/Data/RebelCommand_Settings.ini @@ -281,6 +281,11 @@ DISRUPT_ASD_DURATION_BONUS_DEMOLITIONS = 48 DISRUPT_ASD_DURATION_BONUS_NIGHTOPS = 120 DISRUPT_ASD_DURATION_BONUS_TECHNICIAN = 72 +; Forge Transport Orders +; Creates a transport group with orders to go to the agent's location +FORGE_TRANSPORT_ORDERS_SUCCESS_CHANCE = 50 +; No duration. The group is created immediately upon mission success + ; Strategic Intel ; When viewing teams on the strategic map, enemy movement targets are displayed in red. STRATEGIC_INTEL_SUCCESS_CHANCE = 60