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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
I installed the MOD WOTC: Second Wave Plus from Team Dragonpunk in Steam Workshop.
Now i checked the XComSecondWavePlus_Settings.ini in the MOD directory an i am asking myself what exactly Stat_Cost=X means and what effects is would have if i change the value from Stat_Cost=2 to Stat_Cost=7?
Any ideas?
XComSecondWavePlus_Settings.ini
+NCEStatModifiers=(StatType=eStat_HP , Stat_Range=1 , Stat_Min=-1 , Stat_Cost=5 ) ; Stat Range- rolls between +range and -range, where the minimum stat range is Stat_Min1
+NCEStatModifiers=(StatType=eStat_Offense, Stat_Range= 10, Stat_Min=-10 , Stat_Cost=2 ) ; This is a point system, each stat has a point value and it tries to balance it
+NCEStatModifiers=(StatType=eStat_Defense , Stat_Range= 5, Stat_Min=-5 , Stat_Cost= 4) ; Tolerance is the range of total "score" that will be applied to the unit
+NCEStatModifiers=(StatType=eStat_Mobility , Stat_Range= 2, Stat_Min=-2, Stat_Cost=8) ; TotalPoints is the base "score" aimed for with units.
Thanks for your help in advance.