Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









https://gtm.steamproxy.vip/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;