安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2967632702
Pings on hills that have the effect saying "+1 RAN" being autobuilt into the hills, if an building or improvement takes away the hills being, well, hills. the marker will go away. If the obstruction is removed it appears again.
Of course it might require an autoping script, and I don't know if that's possible vanilla.
Just take a look at my code (it should be very similar to what you want) and adapt to what you need,
At least the range should work.
You basically should have to create a new class with the bonuses and then assign it to the units you want.
Stuff that i added (like the new class) should have a prefix/sufix "JMG" so you can cleary see what is new.
Thank you for sharing the incompatibility so it can help anyone having the same problem.
The mod has been updated.
INSERT OR REPLACE INTO TypeTags (Type, Tag) SELECT
UnitType, 'CLASS_LAND_RANGED_JMG'
FROM Units WHERE PromotionClass IN ('PROMOTION_CLASS_RANGED', 'PROMOTION_CLASS_SIEGE','PROMOTION_CLASS_RECON','PROMOTION_CLASS_MELEE','PROMOTION_CLASS_SUPPORT') AND Range > 0;