如题,我想问下天选者之战智慧的区别体现在哪? 这是网上通用的修改
ComIntThresholds[0]=10 ; 0.5% chance 这是出现高智商的算法,具体没太搞懂,类似骰子。 ComIntThresholds[1]=20 ; 0.5% chance 这从上到下,就是高于平均,有天赋、天才、学者。 ComIntThresholds[2]=30 ; 0.5% chance ComIntThresholds[3]=100 ; 89% chance 反正100的肯定是出学者 前面的数字一样,我把后面的chance全部改成25%,重开当结果几乎还都是学者,也就是说后面的百分数和学者产生的几率无关 [HeightAdvantageShot X2AbilityPointTemplate] ;高处击杀敌人
NumPointsAwarded=20 ;获得的点数
TacticalEvent=true
Chance=75 ;多少几率获得点数 100就是百分百获得 我查了下修改点数的数据,看上去不管智慧高低,获得点数的几率是一样的 那么。。。学者和有天赋,天才的区别在哪? 这个是我看到学者概率修改下面的一写代码 BaseSoldierComIntBonuses[eComInt_Standard]=0 BaseSoldierComIntBonuses[eComInt_AboveAverage]=1 BaseSoldierComIntBonuses[eComInt_Gifted]=2 BaseSoldierComIntBonuses[eComInt_Genius]=4 BaseSoldierComIntBonuses[eComInt_Savant]=7 可以看到智慧不同确实有区别,但是区别在那嘞
|