Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
The "superXRobotBuilding" file copies the "superXRobot" file,
and the "superXRobotBuilding" unit deletes itself,
then spawns the "superXRobot" unit; so it "dies" twice,
and then both "units" have the code,
that it gives back 1000 GP upon death.
So, i fixed this by adding this in all the "superXRobotBuilding" files: (as well as for Ark)
[hiddenAction_returnGrid]
autoTriggerOnEvent: destroyed
addResources:gridPower=0
I tested it and it works ;)
First of all, this applies to any unit (not structure) that costs Grid Power.
(this includes all 3 XBots and ZenoX's Ark)
Secondly, you not only get back the Grid Power when it is done building;
you also get back the Grid Power when the unit dies.
In other words; for a unit that costs 1000 GP, you get back 2000;
which results in having "infinite" Grid Power...