XCOM 2
Wygg's Chaos Arcade
 此主題已被置頂,因此它可能很重要
Wygg  [開發人員] 2022 年 11 月 30 日 下午 5:44
Custom .ini files for various mods in this collection
These .ini files change mod settings to tailor the campaign and help integrate the mods better with each other. They are collected here in this thread to save time. Simply use AML to edit the relevant files from each mod - just copy these files and replace the originals or make the required edits, then tweak them to your own preferences if you like.

The first two here are required bugfixes - skip them at your peril. The rest are optional, change them however you like.

A note about using AML to edit .ini files on linux: If you play this way like I do, you will find that AML's inbuilt editor at the bottom of the AML window may have some issues with copy/paste that cause it to freeze. The simple workaround for this is to still use AML, just right click on the mod and open that mod's directory in Proton's version of Windows Explorer. Then navigate to the file you want to edit and right-click open it in Proton's version of Notepad. Copy paste will work perfectly there, so make the changes, then save it and close Notepad.
最後修改者:Wygg; 2023 年 1 月 7 日 上午 11:02
< >
目前顯示第 1-15 則留言,共 19
Wygg  [開發人員] 2022 年 11 月 30 日 下午 5:53 
REQUIRED FIX
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1140305914
This mod restores assets other map mods depend on that were originally part of vanilla but were cut from WOTC. Without this mod, you can forget about having stable maps. Trouble is that the posted version of this mod has a corrupt file and if you don't replace that file, you'll see random missions crashing rarely on start with almost no way to figure it out - it's the billboards. The directions on how to fix the corrupted file are right here in the discussion for that mod.

Once that file is replaced, map mods suddenly work very well with WOTC. Double check any map mods you want to load to see if they also contain the fx_billboards file, and if they do, you must replace the file in that mod's folder as well. Yes, this is probably why your missions crash randomly - either that, or you are loading old vanilla XCOM2 maps in WOTC. None of the other map mods in this collection require this fix, just this one.

Also - remember you did this, because if you ever validate the integrity of XCOM2's game files, it will replace the bugfix you just installed with the broken one and you'll start crashing again. You must manually replace this file every time you validate your game files.

REQUIRED FIX
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1918585695
This mod has a simple required edit to make it compatible with CI, there is a mission that will cause a crash due to a bad interaction. Simply removing that mission makes the mod fully compatible. The instructions on what to comment out are right here in the comments for Covert Infiltration.
最後修改者:Wygg; 2022 年 12 月 21 日 上午 9:52
Wygg  [開發人員] 2022 年 11 月 30 日 下午 5:58 
STRONGLY RECOMMENDED FIX
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2854627577
LordAbizi's updated classes are both more fun than the default proficiency classes, and integrated with A Better Weaponry and other new weapons and items more fully. They just work better with this collection, simple as that.

There are dependencies on the old proficiency classes that Abizi replaces and also on the shadow ops perk pack which includes the shadow ops classes. By default all of these classes will now show up in your game, with at least eight of them being fully redundant. It makes a mess out of the number of classes available in the game and not in a good way.

LordAbizi has us covered, though. In the configuration for this mod, you'll find an XXComClassData.ini file that disables all of the redundant classes and gets them out of the way. I *strongly* recommend you use this to disable all of the redundant classes in the config.

Just open up the directory that file is in and rename it to XcomClassData.ini. If you still want to have access to the Stormrider class (which is not redundant, but is equal parts camp, fun, and op) then delete the last entry in that file after you rename it. I've also included the Shadow Ops Begone mod which helps keep Shadow Ops classes from popping up where they aren't wanted despite being disabled in the configs.

If you actually want the Shadow Ops classes in your game, you'll need to remove the Shadow Ops Begone mod from your game and delete their class entries from that XcomClassData.ini file as well. Those classes aren't bad, but they are out of date, built for LWOTC, and not configured well for the weapons or the class ability decks in this pack, which makes them suboptimal compared to the other classes.
最後修改者:Wygg; 2022 年 12 月 21 日 上午 9:53
Wygg  [開發人員] 2022 年 11 月 30 日 下午 6:36 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1337050242
A config for soldier development that maintains some slow but constant progression and offers a few rewards/surprises for the occasional epic moment. There is a higher than average mobility boost here because a lot of the items for the soldiers have movement penalties, so in a sense, movement is a tradeoff. Soldiers that are better conditioned with higher mobility will be able to carry more heavy toys.

On the other hand, units like Scout, Reaper, and Marksman can stay light and get into position faster than their squadmates - it's all in how you build out the equipment. Other maximums are buffed slightly to compensate for upgraded enemies in this collection. Even the hacking at 250 is going to top out at a 60% success chance on some late game targets, and it's a looong climb up to the maximums. The use of PCS is the only way to exceed these maximums.

Will is also increased over the base game levels. This mod collection uses Psionics Ex Machina, so all soldiers can use Psi Amps and GEMs slotted into them to gain Psionic abilities. Activating them costs will, it makes sense to expand the pool slightly so soldiers don't panic every time they tap into Psionic powers or spot a cluster of modded enemies.

Steady aim improvements help offset additional armor and cover damage reduction.

Replace content in XComWOTC_SoldierDevelopment.ini
[WOTC_SoldierDevelopment.WOTC_SoldierDevelopment_Options] ; ###### Disable Covert Ops Stat Boosts ###### bDisableCovertOpsStatBoosts = false ; Default = true ; ###### Minimum Rank For Stat Boosts ###### ; NOTE: 0=Rookie, 1=Squaddie, 2=Corporal, 3=Sergeant, ; 4=Lieutenant, 5=Captain, 6=Major, 7=Colonel MinRankForAimBoost=0 ; Default = 0 MinRankForHackingBoost=0 ; Default = 0 MinRankForMobilityBoost=0 ; Default = 0 MinRankForWillBoost=0 ; Default = 0 MinRankForComIntBoost=0 ; Default = 0 ; ###### Exclude Classes From Stat Boosts ###### ;+ExcludeClassesFromAimBoost=Grenadier ; Default = none ;+ExcludeClassesFromHackingBoost=Ranger ; Default = none ;+ExcludeClassesFromMobilityBoost=Specialist ; Default = none ;+ExcludeClassesFromWillBoost=Sharpshooter ; Default = none ;+ExcludeClassesFromComIntBoost=SparkSoldier ; Default = none [WOTC_SoldierDevelopment.X2EventListener_TacticalAction] ; ###### Aim ###### ; NOTE: Setting the stat boost chances/values to 0 will disable the ; corresponding feature completely, including the visualization. MaxAim = 115 ; Default = 100 EasyShotStatBoostChance = 10 ; Default = 1 % EasyShotStatBoost = 1 ; Default = 1 NormalShotStatBoostChance = 25 ; Default = 5 % NormalShotStatBoost = 1 ; Default = 1 HardShotStatBoostChance = 50 ; Default = 20 % HardShotStatBoost = 3 ; Default = 2 EpicShotStatBoostChance = 75 ; Default = 50 % EpicShotStatBoost = 5 ; Default = 2 LegendaryShotStatBoostChance = 100 ; Default = 100 % LegendaryShotStatBoost = 7 ; Default = 2 MaxHitChanceForFailedShotStatBoost = 50 ; Default = 50 % FailedShotStatBoostChance = 33 ; Default = 5 % FailedShotStatBoost = 1 ; Default = 1 ; ###### Hacking ###### ; NOTE: Setting the stat boost values to 0 will disable the corresponding ; feature completely, including the visualization. MaxHacking = 250 ; Default = 200 EasyHackStatBoost = 5 ; Default = 1 NormalHackStatBoost = 10 ; Default = 3 HardHackStatBoost = 15 ; Default = 5 EpicHackStatBoost = 20 ; Default = 10 LegendaryHackStatBoost = 25 ; Default = 20 MaxHackChanceForFailedHackStatBoost = 50 ; Default = 50 % FailedHackStatBoost = 3 ; Default = 1 ; ###### Mobility ###### ; NOTE: Setting the stat boost chances/values to 0 will disable the ; corresponding feature completely, including the visualization. MaxMobility = 17 ; Default = 14 DashStatBoostChance = 0.2f ; Default = 0.1f which is 0.1 % per dashed tile DashStatBoost = 1 ; Default = 1 [WOTC_SoldierDevelopment.UIScreenListener_MissionRating] ; ###### Will ###### ; NOTE: Setting the stat boost values to 0 will disable the corresponding ; feature completely, including the visualization. MaxWill = 125 ; Default = 100 PoorWillBoost = 0 ; Default = 0 FairWillBoost = 1 ; Default = 0 GoodWillBoost = 2 ; Default = 0 ExcellentWillBoost = 3 ; Default = 1 FlawlessWillBoost = 5 ; Default = 2 ; ###### Combat Intelligence ###### ; NOTE: Setting the improve CI chance to 0 will disable the corresponding ; feature completely, including the visualization. This reward is ; mutually exclusive with the AP reward. Increasing the chance to ; improve CI will lower the chance to gain AP. If the sum of both ; rewards' chances is less than 100, there is a possibility to get ; no reward. PoorComIntChance = 0 ; Default = 0 % FairComIntChance = 0 ; Default = 0 % GoodComIntChance = 0 ; Default = 0 % ExcellentComIntChance = 20 ; Default = 10 % FlawlessComIntChance = 50 ; Default = 20 % ; ###### Ability Points ###### ; NOTE: Setting the AP reward chance to 0 will disable the corresponding ; feature completely, including the visualization. This reward is ; mutually exclusive with the CI reward. Increasing the chance to ; improve CI will lower the chance to gain AP. If the sum of both ; rewards' chances is less than 100, there is a possibility to get ; no reward. PoorAPChance = 100 ; Default = 0 % FairAPChance = 100 ; Default = 0 % GoodAPChance = 100 ; Default = 0 % ExcellentAPChance = 80 ; Default = 90 % FlawlessAPChance = 50 ; Default = 80 % PoorAPReward = 3 ; Default = 0 FairAPReward = 7 ; Default = 0 GoodAPReward = 11 ; Default = 0 ExcellentAPReward = 15 ; Default = 2 FlawlessAPReward = 25 ; Default = 5
最後修改者:Wygg; 2022 年 12 月 11 日 上午 10:39
Wygg  [開發人員] 2022 年 11 月 30 日 下午 7:06 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2596437178
This is an interesting mod. The default settings are *fantastic* for rushing research and hammering on POIs when you want to test your mod setup, but they are total cheats for a real campaign. Everything will take one day with the defaults no matter what.

This config drops all of the science research changes - we have other mods loaded to help with research. All it does is set up the time it takes to bond soldiers and the time it takes to scan points of interest - it's the best mod out there for changing the scan times.

For those of you new to modding, the lines starting with - are subtracting the original lines from the game configuration, and the lines with a + are adding in new lines to replace them. That way this works regardless of load order. If you want to make edits, change the values on the + lines as a rule.

Replace content in XcomGameBoard.ini
[XComGame.XComGameState_WorldRegion]   ; remove original vaules - do not edit these   -MinMakeContactDays[0]=3 ;Easy -MinMakeContactDays[1]=3 ;Normal -MinMakeContactDays[2]=3 ;Classic -MinMakeContactDays[3]=6 ;Impossible -MaxMakeContactDays[0]=5 ;Easy -MaxMakeContactDays[1]=5 ;Normal -MaxMakeContactDays[2]=5 ;Classic -MaxMakeContactDays[3]=8 ;Impossible -MinBuildHavenDays[0]=2 ;Easy -MinBuildHavenDays[1]=2 ;Normal -MinBuildHavenDays[2]=2 ;Classic -MinBuildHavenDays[3]=5 ;Impossible -MaxBuildHavenDays[0]=4 ;Easy -MaxBuildHavenDays[1]=4 ;Normal -MaxBuildHavenDays[2]=4 ;Classic -MaxBuildHavenDays[3]=7 ;Impossible   ; add new vaules, make changes here   +MinMakeContactDays[0]=1 ;Easy +MinMakeContactDays[1]=3 ;Normal +MinMakeContactDays[2]=5 ;Classic +MinMakeContactDays[3]=7 ;Impossible +MaxMakeContactDays[0]=3 ;Easy +MaxMakeContactDays[1]=5 ;Normal +MaxMakeContactDays[2]=7 ;Classic +MaxMakeContactDays[3]=9 ;Impossible +MinBuildHavenDays[0]=1 ;Easy +MinBuildHavenDays[1]=3 ;Normal +MinBuildHavenDays[2]=5 ;Classic +MinBuildHavenDays[3]=7 ;Impossible +MaxBuildHavenDays[0]=3 ;Easy +MaxBuildHavenDays[1]=5 ;Normal +MaxBuildHavenDays[2]=7 ;Classic +MaxBuildHavenDays[3]=9 ;Impossible   [XComGame.XComGameState_PointOfInterest]   ; remove original vaules - do not edit these   -MinScanDays[0]=4 ;Easy -MinScanDays[1]=4 ;Normal -MinScanDays[2]=4 ;Classic -MinScanDays[3]=4 ;Impossible -MaxScanDays[0]=7 ;Easy -MaxScanDays[1]=7 ;Normal -MaxScanDays[2]=7 ;Classic -MaxScanDays[3]=7 ;Impossible   ; add new vaules, make changes here   +MinScanDays[0]=1 ;Easy +MinScanDays[1]=2 ;Normal +MinScanDays[2]=3 ;Classic +MinScanDays[3]=4 ;Impossible +MaxScanDays[0]=2 ;Easy +MaxScanDays[1]=3 ;Normal +MaxScanDays[2]=5 ;Classic +MaxScanDays[3]=7 ;Impossible

Replace content in XcomGameData.ini
[XComGame.XComGameState_HeadquartersXCom]   -XComHeadquarters_DefaultBondSoldiersDays[0]=3 ;Easy -XComHeadquarters_DefaultBondSoldiersDays[1]=3 ;Normal -XComHeadquarters_DefaultBondSoldiersDays[2]=3 ;Classic -XComHeadquarters_DefaultBondSoldiersDays[3]=6 ;Impossible   +XComHeadquarters_DefaultBondSoldiersDays[0]=1 ;Easy +XComHeadquarters_DefaultBondSoldiersDays[1]=1 ;Normal +XComHeadquarters_DefaultBondSoldiersDays[2]=2 ;Classic +XComHeadquarters_DefaultBondSoldiersDays[3]=3 ;Impossible
最後修改者:Wygg; 2022 年 11 月 30 日 下午 8:12
Wygg  [開發人員] 2022 年 11 月 30 日 下午 7:19 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1949300408
Integrate the various ammunition types from many other mods so that they all have their own unique ammo colors. It's nice seeing at a glance who is using what kind of ammunition.

Note - don't click on these links, they aren't formatted properly for Steam comments, they are just meant to be dropped into the config file for easy reference later.

Replace content in XcomGameData.ini
[WotC_UI_ColoredAmmoBar.UITacticalHUD_Weapon_ColoredAmmo] ;High Quality Rounds: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=673661958 +AmmoTemplateColor=(AmmoTemplateName=HighQualityRounds , HexColor="A79013") ; Bronze +5 Aim but available at the very start! ;Pathfinders's Terror Ammo: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1203299969 +AmmoTemplateColor=(AmmoTemplateName=HallucinogenicRounds , HexColor="6D2DDC") ; Psi Purple +1Poison Damage, 1 Round 100% Panic ;Flame Viper Ammo: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1160638944 +AmmoTemplateColor=(AmmoTemplateName=UtilityItem_AshInfernoRounds , HexColor="F24707") ; Dark Orange +2Fire damage, +1Burn Damage (only move and attack) +AmmoTemplateColor=(AmmoTemplateName=UtilityItem_AshViperRounds , HexColor="52960C") ; Olive Green +2Poison Damage, (5round, +1Dam, -30Aim, -6Mobility) ;Null Rounds: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1959228411 +AmmoTemplateColor=(AmmoTemplateName=NullRounds , HexColor="862D86") ; Deep Purple +5 Damage to Psionic enemies ;Additional Ammo Types: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1757248681 +AmmoTemplateColor=(AmmoTemplateName=MZVampireRounds , HexColor="800000") ; Maroon +1 acid damage, 40% lifesteal +AmmoTemplateColor=(AmmoTemplateName=MZScrambleRounds , HexColor="CCFF99") ; Yellow Green Target has -20aim & -40crit for 1 turn +AmmoTemplateColor=(AmmoTemplateName=MZEnervationRounds , HexColor="Bf80ff") ; Light Violet -50% enemy damage, 20% weapon disable chance +AmmoTemplateColor=(AmmoTemplateName=MZSilveredRounds , HexColor="AAAAAA") ; Silver +6 damage vs the Lost +AmmoTemplateColor=(AmmoTemplateName=MZAntiVioletRounds , HexColor="C6538C") ;Pinkish Purple +3 psi damage (effective vs shields) +AmmoTemplateColor=(AmmoTemplateName=MZExplosiveRounds , HexColor="FF5C33") ;Reddish Orange +3-5dam, +1shred, +10environmental, -2clipsize, 3 radius +AmmoTemplateColor=(AmmoTemplateName=MZShredderRounds , HexColor="008000") ; Ugly Green +1 to 3 shredding based off weapon tier +AmmoTemplateColor=(AmmoTemplateName=MZMicroRounds , HexColor="734D26") ; Ugly Brown +2 clip size ;Shock Ammo: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1146224334 +AmmoTemplateColor=(AmmoTemplateName=ShockRounds , HexColor="FFD9B3") ; Tan -1AP stun, 50%chance to disable weapon (2cd) ;Cut Content Ammo: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1139151743 +AmmoTemplateColor=(AmmoTemplateName=AcidRounds , HexColor="78DD12") ; Lime Green +1 Corrosive Damage, +1 Shred (2round 1-3 Acid damage) +AmmoTemplateColor=(AmmoTemplateName=RiotRounds , HexColor="8A2BE2") ; Violet +40% Stun Chance +AmmoTemplateColor=(AmmoTemplateName=RedscreenRounds , HexColor="DD1212") ; Red +2 Damage to Robots, -25% Hack, 20% Shutdown Chance +AmmoTemplateColor=(AmmoTemplateName=FlechetteRounds, HexColor="FFB6C1") ; Pink +2 Damage to Organics +AmmoTemplateColor=(AmmoTemplateName=FalconRounds , HexColor="1E90FF") ; Light Blue +2 Damage, -100 Dodge +AmmoTemplateColor=(AmmoTemplateName=NeedleRounds , HexColor="FFFF00") ; Yellow +3 Flank Damage ;Compate Corrosive Rounds ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1371440275 ;Bitterfrost Protocol: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1891339003 +AmmoTemplateColor=(AmmoTemplateName=MZFrostRounds , HexColor="13B0E1") ; Blue Frosty +Chill, (50% movement, 50% dodge -> 0% if reapplied) ;Base Game Ammo: +AmmoTemplateColor=(AmmoTemplateName=VenomRounds , HexColor="52960C") ; Olive Green +1Dam & Poison (5round, +1Dam, -30Aim, -6Mobility) +AmmoTemplateColor=(AmmoTemplateName=IncendiaryRounds , HexColor="F24707") ; Dark Orange Burn (2round, +1-3Dam, must only move and attack) +AmmoTemplateColor=(AmmoTemplateName=TracerRounds , HexColor="FFD700") ; Gold +10% Aim +AmmoTemplateColor=(AmmoTemplateName=TalonRounds , HexColor="FFA500") ; Light Orange +20% Crit Chance, +1 Crit Damage +AmmoTemplateColor=(AmmoTemplateName=APRounds , HexColor="808080") ; Dark Grey +5 Armour Pierce +AmmoTemplateColor=(AmmoTemplateName=BluescreenRounds , HexColor="1212DD") ; Blue +5 Dam vs mechanical, -5 Hack per shot ;Stilleto Rounds: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1127578683 +AmmoTemplateColor=(AmmoTemplateName=RM_BleedingRounds , HexColor="666699") ; Deep Blue -1 Damage, permanent Bleed (+3damage upon additional hits) ;Bio Division 2.0: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1731235406 +AmmoTemplateColor=(AmmoTemplateName=RadRounds , HexColor="69CA24") ; Bio Green Elerium Poisoning (20% Chance +1Damage & 2Round Stun) ;Metal Over Flesh: ;https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1125117203 +AmmoTemplateColor=(AmmoTemplateName=SCRounds , HexColor="AAAAAA") ; Silver +10 Aim After Miss (Zero-In, Self-Correcting Round
最後修改者:Wygg; 2023 年 1 月 7 日 上午 9:45
Wygg  [開發人員] 2022 年 11 月 30 日 下午 8:27 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2686602400
This edit makes the rescue chain better by configuring the resistance leader reward to provide soldiers from rare and more interesting classes that aren't part of normal rookie promotions. This betters the incentive to actually complete the rescue chain.

Once the number specified below is reached in the barracks for any given class, those classes will no longer spawn as rewards for this chain, it'll select another class that hasn't hit the limit yet instead. All of them get high combat intelligence - they are supposed to be resistance leaders.

If you want to know the name of a class for inclusion here, just open up the MCM for Disable Any Class - it has all of the class names listed right there, at least for the classes that are trainable. Or look in the XcomClassData.ini file for the mod you want to add.

Replace content in XCom_MRL.ini
[WOTC_MoreResistanceLeader.X2DownloadableContentInfo_WOTC_MoreResistanceLeader] ; Possible values for `MinComInt` ; eComInt_Standard, ; eComInt_AboveAverage, ; eComInt_Gifted, ; eComInt_Genius, ; eComInt_Savant, ; You can have more than one line here. The chain will trigger for soldier class that has not met the barracks limit defined in `Limit` +RescueClasses = (ClassName = "ReaperSoldier", Limit = 3, MinComInt = eComInt_Genius) +RescueClasses = (ClassName = "SkirmisherSoldier", Limit = 3, MinComInt = eComInt_Genius) +RescueClasses = (ClassName = "TemplarSoldier", Limit = 3, MinComInt = eComInt_Genius) +RescueClasses = (ClassName = "DarkPsiAgent", Limit = 3, MinComInt = eComInt_Genius) +RescueClasses = (ClassName = "WOTC_KPP_TemplarKnight", Limit = 3, MinComInt = eComInt_Genius) +RescueClasses = (ClassName = "WOTC_KPP_ReaperScout", Limit = 3, MinComInt = eComInt_Genius) +RescueClasses = (ClassName = "WOTC_KPP_SkirmisherSentinel", Limit = 3, MinComInt = eComInt_Genius) +RescueClasses = (ClassName = "WOTC_KPP_Commander", Limit = 3, MinComInt = eComInt_Genius) ;+RescueClasses = (ClassName = " ", Limit = 3, MinComInt = eComInt_Genius) ; Added support to recruit characters other than `Soldier` like `ViperSoldier`. Here is a sample of how to do it. ; If `CharacterTemplateName` is not specified, the mod will default it to `Soldier` ; +RescueClasses = (CharacterTemplateName = "ViperSoldier", ClassName = "SomeClass", Limit = 2, MinComInt = eComInt_Genius)
最後修改者:Wygg; 2023 年 1 月 31 日 下午 8:15
Wygg  [開發人員] 2022 年 11 月 30 日 下午 11:52 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2737613408
We need to spice up the Utility POI a bit for this collection. This config makes scanning it more worthwhile. These items make a larger difference in the early game when resources are tight and XCOM needs an edge.

Replace content in XComGameCore.ini
[XComGame.X2LootTableManager] -LootTables = ( TableName = "UtilityItems", \\ Loots[0]=(Chance=30,MinCount=2,MaxCount=2,TemplateName="Medikit",RollGroup=1), \\ Loots[1]=(Chance=40,MinCount=2,MaxCount=2,TemplateName="FlashbangGrenade",RollGroup=1), \\ Loots[2]=(Chance=40,MinCount=3,MaxCount=3,TemplateName="SmokeGrenade",RollGroup=1) ) +LootTables =( TableName = "UtilityItems", \\ Loots[0]=(Chance=60,MinCount=2,MaxCount=3,TemplateName="FultonHarness",RollGroup=1), \\ Loots[1]=(Chance=50,MinCount=2,MaxCount=3,TemplateName="XcomSmartScanner",RollGroup=1), \\ Loots[2]=(Chance=40,MinCount=1,MaxCount=2,TemplateName="Biomedikit",RollGroup=1) )
最後修改者:Wygg; 2023 年 1 月 8 日 下午 5:11
Wygg  [開發人員] 2022 年 12 月 1 日 上午 11:58 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2576027117
This mod will add Hero classes and Sparks to the Barracks on campaign start. I recommend setting it up to add one hero from each class, and three Sparks (so you can get one each of Infiltrator, Pioneer, and Artillery when you promote them). You will also get one additional faction Hero from whichever faction you start the game with for a total of four. Additional classes can be added here if you'd like to start with a Dark Psi Agent, for example. Just copy that last line and make a new one for each class you want to start with - the class name will be in the class mod's XcomGameData.ini file near the top.

Edit content in XCom_StartingFactionHeroes.ini to your liking
[StartingFactionHeroes.X2DownloadableContentInfo_nnDLC] ;--Add your desired starting hero numbers below-- +Heroes = ( Hero = "ReaperSoldier", Count = 1 ) +Heroes = ( Hero = "SkirmisherSoldier", Count = 1 ) +Heroes = ( Hero = "TemplarSoldier", Count = 1 ) ;--Sparks can also be added-- +Heroes = ( Hero = "SparkSoldier", Count = 3 ) ;--Other Custom Hero Classes can also be added-- +Heroes = ( Hero = "CustomSoldier", Count = 0 )

This would make Gatecrasher into a joke of a mission, however since that mission is notorious for crashing with heavily modded games it's a best practice to simply skip Gatecrasher altogether and not worry about it. The collection includes this mod to do just that. All of the loot/xp/etc is the same as if you'd had a flawless run.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=756948560
最後修改者:Wygg; 2023 年 1 月 8 日 下午 5:18
Wygg  [開發人員] 2022 年 12 月 1 日 下午 6:52 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1123516056
Consider this mod a sanity check for the hit system. It's a bit better if you adjust it to change hit and defense modifiers based on the height difference of the target and attacker, though. This simple addition to the config takes care of that nicely.

Open XcomAimRoll.ini, under "Height Advantage Tweaks", replace the two lines with this
+HEIGHT_MODIFIER=(ZDiff=1, OffenseBonus=5, DefenseBonus=-5) +HEIGHT_MODIFIER=(ZDiff=2, OffenseBonus=9, DefenseBonus=-9) +HEIGHT_MODIFIER=(ZDiff=3, OffenseBonus=11, DefenseBonus=-11) +HEIGHT_MODIFIER=(ZDiff=4, OffenseBonus=13, DefenseBonus=-13) +HEIGHT_MODIFIER=(ZDiff=5, OffenseBonus=15, DefenseBonus=-15) +HEIGHT_MODIFIER=(ZDiff=6, OffenseBonus=17, DefenseBonus=-17)
Wygg  [開發人員] 2022 年 12 月 1 日 下午 7:02 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1287107824
This mod adds useful slots to the core avenger rooms - research, living quarters, and the bar. The power slots added to the research room are particularly useful with all the Avenger changes making the ship much more power hungry, however their default value of +2 power per engineer is too low to really address that problem. I recommend bumping that up by changing the value of the PowerCoreBonus line from 2 to 7 in the mod's XcomGame.ini file. Note that changes to this mod's files will only take effect with starting a new campaign.
最後修改者:Wygg; 2022 年 12 月 2 日 上午 11:33
Wygg  [開發人員] 2022 年 12 月 1 日 下午 8:55 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2589916279
A handy mod that allows hiding of problematic or redundant items. This mod's MCM is invaluable as a one stop spot to identify the TemplateNames for every single item in the game as well, so it's quite a time saver. This config hides redundant/broken pistols that have no description information added by various enemy mods, and it also hides all of the XCOM TLP cosmetic weapons to declutter and speed up the loadout selection. Paste these in the hidden items section near the top of the XComWOTCIridarWeaponHider_DEFAULT.ini file.
+ItemsToHide=CultAutopistol_M3 +ItemsToHide=FrostDroidShield_M2_Autopistol +ItemsToHide=FrostDroidShield_M3_Autopistol +ItemsToHide=RTTemplarAutopistol_M2 +ItemsToHide=RTTemplarAutopistol_M3 +ItemsToHide=TLP_V_LMG_BM +ItemsToHide=TLP_V_LMG_MG +ItemsToHide=TLP_V_LMG_CV +ItemsToHide=TLP_V_Pistol_BM +ItemsToHide=TLP_V_Pistol_MG +ItemsToHide=TLP_V_Pistol_CV +ItemsToHide=TLP_V_Rifle_BM +ItemsToHide=TLP_V_Rifle_MG +ItemsToHide=TLP_V_Rifle_CV +ItemsToHide=TLP_V_Shotgun_BM +ItemsToHide=TLP_V_Shotgun_MG +ItemsToHide=TLP_V_Shotgun_CV +ItemsToHide=TLP_V_SniperRifle_BM +ItemsToHide=TLP_V_SniperRifle_MG +ItemsToHide=TLP_V_SniperRifle_CV +ItemsToHide=TLP_V_2_LMG_BM +ItemsToHide=TLP_V_2_LMG_MG +ItemsToHide=TLP_V_2_LMG_CV +ItemsToHide=TLP_V_2_Pistol_BM +ItemsToHide=TLP_V_2_Pistol_MG +ItemsToHide=TLP_V_2_Pistol_CV +ItemsToHide=TLP_V_2_Rifle_BM +ItemsToHide=TLP_V_2_Rifle_MG +ItemsToHide=TLP_V_2_Rifle_CV +ItemsToHide=TLP_V_2_Shotgun_BM +ItemsToHide=TLP_V_2_Shotgun_MG +ItemsToHide=TLP_V_2_Shotgun_CV +ItemsToHide=TLP_V_2_SniperRifle_BM +ItemsToHide=TLP_V_2_SniperRifle_MG +ItemsToHide=TLP_V_2_SniperRifle_CV +ItemsToHide=TLP_V_3_LMG_BM +ItemsToHide=TLP_V_3_LMG_MG +ItemsToHide=TLP_V_3_LMG_CV +ItemsToHide=TLP_V_3_Pistol_BM +ItemsToHide=TLP_V_3_Pistol_MG +ItemsToHide=TLP_V_3_Pistol_CV +ItemsToHide=TLP_V_3_Rifle_BM +ItemsToHide=TLP_V_3_Rifle_MG +ItemsToHide=TLP_V_3_Rifle_CV +ItemsToHide=TLP_V_3_Shotgun_BM +ItemsToHide=TLP_V_3_Shotgun_MG +ItemsToHide=TLP_V_3_Shotgun_CV +ItemsToHide=TLP_V_3_SniperRifle_BM +ItemsToHide=TLP_V_3_SniperRifle_MG +ItemsToHide=TLP_V_3_SniperRifle_CV +ItemsToHide=TLP_V_Sniper_MG +ItemsToHide=TLP_V_Sniper_BM +ItemsToHide=TLP_V_Sniper_CV +ItemsToHide=TLP_V_3_Sniper_MG +ItemsToHide=TLP_V_3_Sniper_BM +ItemsToHide=TLP_V_3_Sniper_CV +ItemsToHide=TLP_V_2_Cannon_MG +ItemsToHide=TLP_V_2_Cannon_BM +ItemsToHide=TLP_V_2_Cannon_CV +ItemsToHide=TLP_V_2_AssaultRifle_MG +ItemsToHide=TLP_V_2_AssaultRifle_BM +ItemsToHide=TLP_V_2_AssaultRifle_CV
最後修改者:Wygg; 2023 年 1 月 7 日 下午 1:23
Wygg  [開發人員] 2022 年 12 月 1 日 下午 9:59 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2303836344
We need to move the Rebuild Soldier slot over to the GTS instead of the Training Center, so that it's available at campaign start allowing soldiers to be reclassed immediately. All that takes is setting facilityToGetNewSlot=1 in the XcomRebuildSoldier.ini file.
Wygg  [開發人員] 2022 年 12 月 2 日 下午 4:01 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1728899282
This mod is just a config placeholder for Open Class Weapon Restrictions. This config applies a very simple set of overrides to the equipment and it applies to all classes including ones you might add yourself that aren't part of this collection. This guarantees that all classes can use assault rifles and submachine guns as primary weapons (assault rifles can equip underbarrell attachments). All classes will be able to use swords, combat knives, sawed off shotguns, and arc throwers as secondary weapons. All classes that get a heavy weapon slot will be able to use all the heavy weapons in those slots.

Add these lines to the top of XComWOTCOpenWeaponRestrictions.ini
; Allow all classes to use rifle/smg as primary weapons - for underbarrel weapons +GRANT_WEAPON=(GrantWeaponType[0]="rifle", Slot[0]=eInvSlot_PrimaryWeapon) ; Allow all classes to use swords, combat knives, sawedoffs, arc throwers, or empty as secondaries +GRANT_WEAPON=(GrantWeaponType[0]="sword", Slot[0]=eInvSlot_SecondaryWeapon) +GRANT_WEAPON=(GrantWeaponType[0]="combatknife", Slot[0]=eInvSlot_SecondaryWeapon) +GRANT_WEAPON=(GrantWeaponType[0]="SawedOffShotgun", Slot[0]=eInvSlot_SecondaryWeapon) +GRANT_WEAPON=(GrantWeaponType[0]="arcthrower", Slot[0]=eInvSlot_SecondaryWeapon) +GRANT_WEAPON=(GrantWeaponType[0]="empty", Slot[0]=eInvSlot_SecondaryWeapon) ; Allow all heavy weapons to be used by all classes that get heavy weapon slots +GRANT_WEAPON=(GrantWeaponType[0]="heavy", Slot[0]=eInvSlot_HeavyWeapon)
最後修改者:Wygg; 2022 年 12 月 28 日 下午 11:14
Wygg  [開發人員] 2022 年 12 月 2 日 下午 8:11 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1596673682
Necessary to toughen up the civilians and give them a chance to survive for more than a couple of turns with larger numbers of modded aliens. This config buffs them more than the defaults. You'll still need to move fast to save them, but at least now they'll survive long enough to give you that chance. This config is shamelessly lifted from Tot's Meta Mod.

Replace just the first block in XComGameData_CharacterStats.ini
[Civilian X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=25 +CharacterBaseStats[eStat_Dodge]=15 +CharacterBaseStats[eStat_FlightFuel]=0 +CharacterBaseStats[eStat_HP]=6 +CharacterBaseStats[eStat_Mobility]=15 +CharacterBaseStats[eStat_Offense]=0 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_SightRadius]=12 +CharacterBaseStats[eStat_DetectionRadius]=3 +CharacterBaseStats[eStat_StunnedActionPoints]=0 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_Strength]=0 +XpKillscore=0
最後修改者:Wygg; 2022 年 12 月 3 日 上午 10:55
Wygg  [開發人員] 2022 年 12 月 2 日 下午 9:44 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2696624336
Another mod that's necessary to make the various militia units into something more than a one shot kill for the new bad guys in this collection. This will give them more aim and survivability. This config is shamelessly lifted from Tot's Meta Mod.

Replace everything in XComGameData_CharacterStats.ini
[XComGame.X2Character_DefaultCharacters] [CivilianMilitia X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=0 +CharacterBaseStats[eStat_HP]=6 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=75 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [CivilianMilitiaM2 X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=1 +CharacterBaseStats[eStat_HP]=12 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=79 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_Hacking]=5 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [CivilianMilitiaM3 X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=2 +CharacterBaseStats[eStat_HP]=18 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=80 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_Hacking]=5 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [CivilianMilitiaM4 X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=4 +CharacterBaseStats[eStat_HP]=4 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=90 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_Hacking]=5 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [CivilianMilitiaM5 X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=8 +CharacterBaseStats[eStat_HP]=10 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=90 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_Hacking]=5 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [CivilianMilitiaM6 X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=12 +CharacterBaseStats[eStat_HP]=14 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=95 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_Hacking]=5 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [ResistanceMEC X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=100 +CharacterBaseStats[eStat_ArmorMitigation]=1 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=0 +CharacterBaseStats[eStat_HP]=14 +CharacterBaseStats[eStat_Mobility]=11 +CharacterBaseStats[eStat_Offense]=80 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=11 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=50 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=14.99 +DirectXpAmount=10 +HackRewards=BuffEnemy +HackRewards=ShutdownRobot +HackRewards=ControlRobot +strSkirmishImage=img:///UILibrary_MPCards.MPcard_AdvMec [ResistanceMECM2 X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=100 +CharacterBaseStats[eStat_ArmorMitigation]=2 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=0 +CharacterBaseStats[eStat_HP]=22 +CharacterBaseStats[eStat_Mobility]=13 +CharacterBaseStats[eStat_Offense]=85 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=13 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=60 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=14.99 +DirectXpAmount=10 +strSkirmishImage=img:///UILibrary_MPCards.MPcard_AdvMec [MilitiaSkirmisher X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=4 +CharacterBaseStats[eStat_HP]=6 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=75 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [MilitiaSkirmisherM2 X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=8 +CharacterBaseStats[eStat_HP]=12 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=80 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_Hacking]=5 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [MilitiaSkirmisherM3 X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=12 +CharacterBaseStats[eStat_HP]=12 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=80 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_Hacking]=5 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [MilitiaAndroid X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=0 +CharacterBaseStats[eStat_ArmorMitigation]=0 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=0 +CharacterBaseStats[eStat_HP]=12 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=75 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true [MilitiaAndroidM2 X2CharacterTemplate] +CharacterBaseStats[eStat_AlertLevel]=2 +CharacterBaseStats[eStat_ArmorChance]=100 +CharacterBaseStats[eStat_ArmorMitigation]=1 +CharacterBaseStats[eStat_ArmorPiercing]=0 +CharacterBaseStats[eStat_CritChance]=0 +CharacterBaseStats[eStat_Defense]=5 +CharacterBaseStats[eStat_Dodge]=0 +CharacterBaseStats[eStat_HP]=18 +CharacterBaseStats[eStat_Mobility]=12 +CharacterBaseStats[eStat_Offense]=80 +CharacterBaseStats[eStat_PsiOffense]=0 +CharacterBaseStats[eStat_ReserveActionPoints]=0 +CharacterBaseStats[eStat_Hacking]=5 +CharacterBaseStats[eStat_SightRadius]=27 +CharacterBaseStats[eStat_DetectionRadius]=12 +CharacterBaseStats[eStat_UtilityItems]=1 +CharacterBaseStats[eStat_Will]=50 +CharacterBaseStats[eStat_HackDefense]=0 +CharacterBaseStats[eStat_FlankingCritChance]=33 +CharacterBaseStats[eStat_FlankingAimBonus]=0 +CharacterBaseStats[eStat_Strength]=50 +CharacterBaseStats[eStat_ShieldHP]=2 +XpKillscore=29.17 +DirectXpAmount=10 +bBlockRankingUp=true
< >
目前顯示第 1-15 則留言,共 19
每頁顯示: 1530 50