Commit Graph

171 Commits

Author SHA1 Message Date
ScottNZ
a4ed728428 Reduce price of MAD tank to $2000 2014-12-19 18:13:32 +13:00
ScottNZ
2f8fb1a138 Increase minelayer capacity to 5 2014-12-19 18:13:31 +13:00
ScottNZ
4b94bfdf85 stnk -> England, mgg -> France, ctnk -> Germany, qtnk -> Russia, dtrk -> Ukraine 2014-12-19 18:08:50 +13:00
Oliver Brakmann
3cd4152dd2 Adjust rules 2014-12-18 20:24:37 +01:00
atlimit8
bbd54cb32f Added IDisabledTrait & rewrote upgrade code using a level-based approach.
Upgradeable traits are notified whenever an upgrade of their declared types are granted or revoked.  The traits maintain their own internal level counter, which is then used to enable or disable the trait functionality.  A trait can register for multiple upgrade types which then all affect the internal level counter.

	IDisabledTrait for identifying (and filtering) disabled traits
	UpgradableTrait provides an abstract base for traits to support upgrade levels
	Added IDisabledTrait support to GlobalButtonOrderGenerator

	Includes rework by pchote with alterations.
2014-11-26 05:45:26 -06:00
obrakmann
a91084c0f8 Merge pull request #6613 from pchote/remove-mp-tooltips
Remove the MP tooltip row from campaign missions.
2014-10-04 12:20:14 +02:00
Matthias Mailänder
8489340276 Merge pull request #6556 from pchote/upgrade-all-the-things
Add support for time-limited actor upgrades.
2014-10-03 11:46:20 +02:00
Paul Chote
ece2b34f7d Add classic-style tooltips for RA campaign missions. 2014-10-03 20:25:34 +13:00
abcdefg30
d1e9d7d19d Harvester now autoharvest when produced 2014-10-02 16:41:55 +02:00
Paul Chote
22574e920b Detonate demo trucks when they are iron-curtained. 2014-10-01 21:29:22 +13:00
Paul Chote
968486a03e Reimplement iron curtain as a generic stat upgrade. 2014-10-01 21:29:19 +13:00
huwpascoe
330cb0c488 UncloakOnUnload is now on by default. 2014-08-29 19:57:45 +01:00
ScottNZ
578b587679 Let ra apc and minelayers crush infantry too 2014-08-09 13:37:46 +12:00
ScottNZ
bfc4adf0c7 Make ra light tanks be able to crush infantry to improve usefulness
and be consistent with the rest of the ra tanks and ra1's light tank
2014-08-09 13:08:50 +12:00
Matthias Mailänder
57463f249c let supply trucks spawn money crates upon destruction 2014-08-03 16:30:41 +02:00
Paul Chote
f64cdc52e1 Remove obsolete key definitions. 2014-08-03 19:28:09 +12:00
Deniz Ayıkol
7780862bdd Increase MCV selection priority. 2014-07-24 13:58:55 +03:00
Deniz Ayıkol
686c043151 Put Minelayer.AT before Minelayer.AP 2014-07-19 20:16:34 +03:00
Deniz Ayıkol
6e8a002dad Reordered production palette according to prerequisites. 2014-07-19 19:36:36 +03:00
ScottNZ
f8ad69889c Add tech levels to ra 2014-07-10 01:23:29 +12:00
Matthias Mailänder
5602e49179 capturable production queues 2014-07-01 09:03:19 +02:00
Matthias Mailänder
e607c04cce let harvester splatter resources when exploding
closes #2346
2014-06-20 11:11:31 +02:00
ScottNZ
d545759ca1 Nerf ra 4tnk a bit; it was too unstoppable 2014-04-29 17:08:50 +12:00
reaperrr
fd0d97e55d Fix typos in vehicles.yaml 2014-04-12 12:50:43 +02:00
reaperrr
87fa857a60 Adds Explosions to all vehicles that didn't have one. 2014-04-12 01:52:46 +02:00
ScottNZ
c9d81934a5 Make mrj not jam allied missiles 2014-04-07 11:24:11 +12:00
ScottNZ
f6dd2c2c68 Fix mechanics being able to repair husks and defensive buildings 2014-04-05 19:50:59 +13:00
Curtis Shmyr
af1801cfb2 Decrease MRJ cost 2014-04-02 21:28:31 -06:00
Matthias Mailänder
096ce9e9a3 Merge pull request #4960 from ScottNZ/balance
Buff ftrk a bit
2014-03-24 20:40:29 +01:00
ScottNZ
ee05bd20fc Buff ftrk a bit. Primarily addresses its weakness against aircraft 2014-03-24 20:31:47 +13:00
Curtis Shmyr
6ced7b274c Chronotank teleporation by holding SHIFT or ALT and issuing a move order 2014-03-22 00:13:24 -06:00
Paul Chote
9993eacf65 Add upgrade rules. 2014-03-21 10:07:28 +13:00
ScottNZ
4c1b70e28d Let only mine layers detect enemy mines 2014-03-14 22:33:38 +13:00
ScottNZ
687f1f9bcd Implement phase transport 2014-03-14 22:33:36 +13:00
ScottNZ
9f69d13336 Let mobile radar jammer detect cloaked units 2014-03-14 22:33:34 +13:00
ScottNZ
9287fd1a76 Make Allied and Soviet factions build general-purpose mines instead of AT and AP mines. 2014-03-12 14:58:06 +13:00
Curtis Shmyr
5c436e32e1 Renamed Flak Truck to Mobile Flak 2014-03-06 23:07:47 -07:00
Chicken man
718ddf9afd Updated mods to work with changes. 2014-03-05 17:30:34 -05:00
ScottNZ
881d17a996 Update rules for cargo changes 2014-02-12 20:07:46 +13:00
Matthias Mailänder
e4effd0125 Merge pull request #4478 from pchote/aircraft-follow
Add Guard and AttackMove to RA and C&C aircraft.
2014-02-01 00:38:21 -08:00
Paul Chote
61f5ab7167 Remove redundant AttackMove definitions. 2014-02-01 10:55:04 +13:00
Matthias Mailänder
a0e50762ad capturable husks for Red Alert 2014-01-31 13:17:27 +01:00
Paul Chote
99cb698424 Generalise AttackMove to support anything with IMove and AutoTarget.
Also removes the unnecessary JustMove parameter.
2014-01-16 18:47:29 +13:00
Paul Chote
996877d9e5 Upgrade mod rules to match engine changes. 2013-12-26 20:42:13 +13:00
ScottNZ
9eff54c217 Add MAD Tank and InvalidTargets field to WeaponInfo 2013-11-02 17:19:08 +13:00
ScottNZ
55a792b929 Increase arty hp to 100 2013-09-30 19:55:54 +13:00
ScottNZ
62acd78b35 Increase v2rl hp to 200 2013-09-30 19:55:43 +13:00
ScottNZ
ac148afd6e Reduce v2rl speed to 6 2013-09-30 19:34:43 +13:00
ScottNZ
4280f18c4c Increase price of v2rl to $900 2013-09-30 19:33:16 +13:00
ScottNZ
4ada54064d Increase price of arty to $800 2013-09-30 19:32:32 +13:00