安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
+RandomAbilityDecks=(DeckName="Tier4XComAbilities", \\
Abilities=( (AbilityName="CombatFitness"), \\
(AbilityName="MZTeleport"), \\
(AbilityName="ShadowOps_Butcher"), \\
(AbilityName="MZLightningKnife", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon), \\
(AbilityName="ShadowOps_Mayhem_LW2"), \\
(AbilityName="ShadowOps_Lightfoot"), \\
))
; GSGT
+SoldierRanks=( AbilitySlots=( (AbilityType=(AbilityName="WhirlwindStrike", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)), \\
(AbilityType=(AbilityName="Battlelord")), \\
(RandomDeckName="Tier4XComAbilities") \\
), \\
aStatProgression=((StatType=eStat_Offense,StatAmount=3), (StatType=eStat_Will,StatAmount=0), (StatType=eStat_HP,StatAmount=1), (StatType=eStat_Strength,StatAmount=1)) \\
)
; MSGT
+SoldierRanks=( AbilitySlots=( (AbilityType=(AbilityName="Reaper", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)), \\
(AbilityType=(AbilityName="IRI_Rider_MassIntercept", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)), \\
(RandomDeckName="Tier4XComAbilities") \\
), \\
aStatProgression=((StatType=eStat_Offense,StatAmount=3), (StatType=eStat_Will,StatAmount=0), (StatType=eStat_HP,StatAmount=1), (StatType=eStat_Strength,StatAmount=1)) \\
)
I know there is no support anymore from the original Creator, but up to now, this Mod works fine for me up to the point that it does NOT create any additional FOCUS !!
It shows up the "Way of the Samurai" Icon when killing but it gains NO Focus !
I looked into the Files for myself, but found no reason except that in "XcomSamuraiClass" there are 2 lines:
SOUL_STEAL_ADD_CHARGES_PER_KILL=0.5f
SOUL_STEAL_ADD_TOTALCOUNT_PER_KILL=1f
and this "Soul Steal" is nomore else mentionend and my guess is thats what should trigger the Focus increase ??? Or am i wrong ?
Any tips ?
I haven't tried this myself, but in the XComCommandersChoice.ini you can find ''sForceIncludeClasses ='' at the very bottom.
Maybe if you change it to
sForceIncludeClasses = Samurai
it will work?
any idea why? it has no effect on gameplay but i'm curious why this happens.
In Wotc Samurai Class mod, I went into XComClassData.ini and added:
(AbilityType=(AbilityName="SwordSlice_LW", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)), \\
under the squaddie section as was previously suggested.
Then in XComGameData_SoldierSkills.ini, I added:
+FocusKillAbilities=SwordSlice_LW
+FocusKillAbilities=MusashiLightningStrikeT1
+FocusKillAbilities=MusashiLightningStrikeT2
+FocusKillAbilities=MusashiLightningStrikeT3
+FocusKillAbilities=Bladestorm
This gives me focus when I kill with fleche, quick slash, and bladestorm. I hope this works for other people.
For anyone that wants this working in LWOTC: open this mod's xcomclassdata.ini, delete everything between "; squaddie"' and "; LCP", then paste this between them:
+SoldierRanks=( AbilitySlots=( (AbilityType=(AbilityName="Shinigami", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)), \\
(AbilityType=(AbilityName="WayOfTheSamurai", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)), \\
(AbilityType=(AbilityName="SwordSlice_LW", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)) \\
), \\
aStatProgression=((StatType=eStat_Offense,StatAmount=3), (StatType=eStat_Will,StatAmount=3), (StatType=eStat_CombatSims,StatAmount=1)) \\
)
This will give the "fleche" ability to the samurai. If you want the vanilla slash instead, replace "SwordSlice_LW" with "SwordSlice". You're welcome.
before i had lwotc I didn't need to do anything for the samurai to work >< need help i love this class x.x
LW Samurai Focus Fix
+SoldierRanks=( AbilitySlots=( (AbilityType=(AbilityName="Shinigami", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)), \\
(AbilityType=(AbilityName="WayOfTheSamurai", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)), \\
(AbilityType=(AbilityName="SwordSlice_LW", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)) \\
), \\
aStatProgression=((StatType=eStat_Offense,StatAmount=3), (StatType=eStat_Will,StatAmount=3), (StatType=eStat_CombatSims,StatAmount=1)) \\
)
This will give the "fleche" ability to the samurai. If you want the vanilla slash instead, replace "SwordSlice_LW" with "SwordSlice". You're welcome.