全面战争:战锤2

全面战争:战锤2

SWO-RD : Unit Caps
stephane.f.david  [开发者] 2021 年 10 月 19 日 下午 11:42
Bug report
Please report bugs here.
< >
正在显示第 1 - 2 条,共 2 条留言
Litharion 2021 年 11 月 1 日 下午 1:44 
SWO-RD_UnitCap_hef.lua

if you add + 2 to core_common you actually restrict them to 2 instead of unlimted, probably unwanted and seemts to be only a mistake fot HE

-- Global bonus from DraftMaster and QuarterMAser, but depends on rarity
if unitInfo[2] == "core_common" or unitInfo[2] == "core_uncommon" or unitInfo[2] == "support_common" or unitInfo[2] == "monster_common" then
unitInfo[1] = unitInfo[1] + GSB(1,0, Quatermaster) + 2 * Draftmaster
elseif unitInfo[2] == "core_elite" or unitInfo[2] == "monster_uncommon" then
unitInfo[1] = unitInfo[1] + GSB(1,1, Quatermaster) + 1 * Draftmaster
end
stephane.f.david  [开发者] 2021 年 11 月 1 日 下午 10:06 
Good remark, I'll correct that and add a bonus for skills only if is not unlimited for this lord type.
最后由 stephane.f.david 编辑于; 2021 年 11 月 1 日 下午 10:21
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50