From be523e2a380dbc1ef631e002ad7d83bca2d1e640 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sat, 28 Sep 2013 23:10:31 +1200 Subject: [PATCH 01/24] Uparmour MRJ --- mods/ra/rules/vehicles.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 39aa2b41ed..50dd586b5a 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -545,9 +545,9 @@ MRJ: Owner: allies Hotkey: k Health: - HP: 200 + HP: 220 Armor: - Type: Light + Type: Heavy Mobile: Speed: 6 RevealsShroud: From 3225899a2003a44c4035c395c9bdd0f90f764242 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sat, 28 Sep 2013 23:43:31 +1200 Subject: [PATCH 02/24] Reduce mcv crate no base selection shares to 100 (~70% chance of getting mcv with no mcv or fact) --- mods/ra/rules/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/rules/system.yaml b/mods/ra/rules/system.yaml index 14f64b79c1..4e92a60d32 100644 --- a/mods/ra/rules/system.yaml +++ b/mods/ra/rules/system.yaml @@ -770,7 +770,7 @@ CRATE: Effect: parabombs GiveMcvCrateAction: SelectionShares: 2 - NoBaseSelectionShares: 9001 + NoBaseSelectionShares: 100 Unit: mcv GiveUnitCrateAction@jeep: SelectionShares: 7 From 0f9b2041ae3eb26c3d80631e743b21b35694cad4 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sat, 28 Sep 2013 23:44:14 +1200 Subject: [PATCH 03/24] Make fact sellable again --- mods/ra/rules/structures.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ra/rules/structures.yaml b/mods/ra/rules/structures.yaml index 8411a739c7..5e24457d33 100644 --- a/mods/ra/rules/structures.yaml +++ b/mods/ra/rules/structures.yaml @@ -931,7 +931,6 @@ FACT: Offset:1,1 Facing: 96 ProductionBar: - -Sellable: DeadBuildingState: PROC: From ec80d82fbc49c8bd80d123943fc54280cb17cb5b Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sun, 29 Sep 2013 12:38:24 +1300 Subject: [PATCH 04/24] Uparmour MGG --- mods/ra/rules/vehicles.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 50dd586b5a..028b0a57d9 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -499,9 +499,9 @@ MGG: Name: Mobile Gap Generator Description: Regenerates the shroud nearby, \nobscuring the area.\n Unarmed Health: - HP: 200 + HP: 220 Armor: - Type: Light + Type: Heavy Mobile: Speed: 6 RevealsShroud: From 70e22a89d588102ce87eff94bb8975f1a6b5f676 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sun, 29 Sep 2013 12:42:16 +1300 Subject: [PATCH 05/24] Increase MGG shroud generation range from 4 to 6 --- mods/ra/rules/vehicles.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 028b0a57d9..4f3b5fbf34 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -504,16 +504,16 @@ MGG: Type: Heavy Mobile: Speed: 6 - RevealsShroud: - Range: 6 RenderUnit: WithIdleOverlay@SPINNER: Offset: -299,0,171 Sequence: spinner AttackMove: JustMove: yes + RevealsShroud: + Range: 6 CreatesShroud: - Range: 4 + Range: 6 RenderShroudCircle: Explodes: Weapon: UnitExplodeSmall From a1ddbf78f81c2bcb9c81123b30c081adb1bebd63 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sun, 29 Sep 2013 12:44:08 +1300 Subject: [PATCH 06/24] Reduce prices of gap to $800 and mgg to $1200 --- mods/ra/rules/structures.yaml | 2 +- mods/ra/rules/vehicles.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/rules/structures.yaml b/mods/ra/rules/structures.yaml index 5e24457d33..b9e1aaf9e0 100644 --- a/mods/ra/rules/structures.yaml +++ b/mods/ra/rules/structures.yaml @@ -45,7 +45,7 @@ GAP: RequiresPower: CanPowerDown: Valued: - Cost: 1000 + Cost: 800 Tooltip: Name: Gap Generator Description: Regenerates the shroud nearby, \nobscuring the area.\n Unarmed diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 4f3b5fbf34..8148d893ab 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -494,7 +494,7 @@ MGG: Owner: allies Hotkey: y Valued: - Cost: 1500 + Cost: 1200 Tooltip: Name: Mobile Gap Generator Description: Regenerates the shroud nearby, \nobscuring the area.\n Unarmed From 0c75c8de181b9d6cacf43d6414245c5e8eaa107e Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sun, 29 Sep 2013 12:51:26 +1300 Subject: [PATCH 07/24] Increase speeds of e3, e4 and shok to match e1's speed --- mods/ra/rules/infantry.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ra/rules/infantry.yaml b/mods/ra/rules/infantry.yaml index 0bea7ac359..1df25e03a7 100644 --- a/mods/ra/rules/infantry.yaml +++ b/mods/ra/rules/infantry.yaml @@ -103,7 +103,7 @@ E3: Health: HP: 45 Mobile: - Speed: 3 + Speed: 4 Armament@PRIMARY: Weapon: RedEye LocalOffset: 0,0,555 @@ -134,7 +134,7 @@ E4: Health: HP: 40 Mobile: - Speed: 3 + Speed: 4 Armament: Weapon: Flamer LocalOffset: 427,0,341 @@ -430,7 +430,7 @@ SHOK: Health: HP: 80 Mobile: - Speed: 3 + Speed: 4 RevealsShroud: Range: 4 Armament: From f7d46b8ca1ac11a8eadc41d92fc135c9008a5728 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sun, 29 Sep 2013 12:59:41 +1300 Subject: [PATCH 08/24] Reduce price of shok to $400 --- mods/ra/rules/infantry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/rules/infantry.yaml b/mods/ra/rules/infantry.yaml index 1df25e03a7..d55565ecba 100644 --- a/mods/ra/rules/infantry.yaml +++ b/mods/ra/rules/infantry.yaml @@ -420,7 +420,7 @@ SHOK: Owner: soviet Hotkey: l Valued: - Cost: 500 + Cost: 400 Tooltip: Name: Tesla Trooper Description: Infantry with tesla coils\n Strong vs Infantry\n Weak vs Vehicles From 749965acd1b8fdebb69434e058fd078307cb6c08 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sun, 29 Sep 2013 13:50:15 +1300 Subject: [PATCH 09/24] Use baseprovider in ra --- mods/ra/rules/defaults.yaml | 1 + mods/ra/rules/structures.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/mods/ra/rules/defaults.yaml b/mods/ra/rules/defaults.yaml index 081acf3827..4cb165c5cf 100644 --- a/mods/ra/rules/defaults.yaml +++ b/mods/ra/rules/defaults.yaml @@ -208,6 +208,7 @@ Dimensions: 1,1 Footprint: x TerrainTypes: Clear,Road + RequiresBaseProvider: True GivesBuildableArea: Capturable: CapturableBar: diff --git a/mods/ra/rules/structures.yaml b/mods/ra/rules/structures.yaml index b9e1aaf9e0..88e4695f0f 100644 --- a/mods/ra/rules/structures.yaml +++ b/mods/ra/rules/structures.yaml @@ -932,6 +932,8 @@ FACT: Facing: 96 ProductionBar: DeadBuildingState: + BaseProvider: + Range: 16 PROC: Inherits: ^Building From 9ccdf629f6824e0a3990dd3af0bf66666cfae300 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 00:01:19 +1300 Subject: [PATCH 10/24] Reduce mcv build time to 32s --- mods/ra/rules/vehicles.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 8148d893ab..f70062338a 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -290,6 +290,8 @@ MCV: Prerequisites: fix Owner: allies,soviet Hotkey: b + CustomBuildTimeValue: + Value: 2000 Valued: Cost: 2000 Tooltip: From 4ada54064d6d87ff3db3002422d11399c7413123 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 19:32:32 +1300 Subject: [PATCH 11/24] Increase price of arty to $800 --- mods/ra/rules/vehicles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index f70062338a..4057d931f2 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -214,7 +214,7 @@ ARTY: Owner: allies Hotkey: r Valued: - Cost: 600 + Cost: 800 Tooltip: Name: Artillery Description: Long-range artillery.\n Strong vs Infantry, Buildings\n Weak vs Tanks, Aircraft From 4280f18c4c9dde30bec809deb9e5c162b5470f8a Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 19:33:16 +1300 Subject: [PATCH 12/24] Increase price of v2rl to $900 --- mods/ra/rules/vehicles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 4057d931f2..08105c667a 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -7,7 +7,7 @@ V2RL: Owner: soviet Hotkey: v Valued: - Cost: 700 + Cost: 900 Tooltip: Name: V2 Rocket Description: Long-range rocket artillery.\n Strong vs Infantry, Buildings\n Weak vs Tanks, Aircraft From ac148afd6e6548ff0901df914800caa57d9b8698 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 19:34:43 +1300 Subject: [PATCH 13/24] Reduce v2rl speed to 6 --- mods/ra/rules/vehicles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 08105c667a..757ccdf765 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -16,7 +16,7 @@ V2RL: Armor: Type: Light Mobile: - Speed: 7 + Speed: 6 RevealsShroud: Range: 5 Armament: From 62acd78b35e59a4b6ac6d4e6229b87eb6aea8ff6 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 19:55:43 +1300 Subject: [PATCH 14/24] Increase v2rl hp to 200 --- mods/ra/rules/vehicles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 757ccdf765..d2007027ea 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -12,7 +12,7 @@ V2RL: Name: V2 Rocket Description: Long-range rocket artillery.\n Strong vs Infantry, Buildings\n Weak vs Tanks, Aircraft Health: - HP: 150 + HP: 200 Armor: Type: Light Mobile: From 55a792b929c9ac8953736d98f8d30dcb1df63030 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 19:55:54 +1300 Subject: [PATCH 15/24] Increase arty hp to 100 --- mods/ra/rules/vehicles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index d2007027ea..e0fea03a4e 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -219,7 +219,7 @@ ARTY: Name: Artillery Description: Long-range artillery.\n Strong vs Infantry, Buildings\n Weak vs Tanks, Aircraft Health: - HP: 75 + HP: 100 Armor: Type: Light Mobile: From 58dd8b90264e2caf99e936415cce5476053fd1f3 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 19:57:47 +1300 Subject: [PATCH 16/24] Decrease v2rl damage and increase rof --- mods/ra/weapons.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/weapons.yaml b/mods/ra/weapons.yaml index 1843f3e50e..15eca8524e 100644 --- a/mods/ra/weapons.yaml +++ b/mods/ra/weapons.yaml @@ -984,7 +984,7 @@ SilencedPPK: Damage: 150 SCUD: - ROF: 280 + ROF: 240 Range: 10 MinRange: 3 Report: MISSILE1.AUD @@ -1008,7 +1008,7 @@ SCUD: WaterExplosion: large_splash InfDeath: 3 SmudgeType: Crater - Damage: 600 + Damage: 450 ImpactSound: firebl3.aud WaterImpactSound: splash9.aud From 782f17e218dbc7d4e8d5c11286424b4974ee2830 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 20:17:01 +1300 Subject: [PATCH 17/24] Make hind do more damage, especially against infantry --- mods/ra/weapons.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/ra/weapons.yaml b/mods/ra/weapons.yaml index 15eca8524e..214f3f9cc5 100644 --- a/mods/ra/weapons.yaml +++ b/mods/ra/weapons.yaml @@ -207,7 +207,8 @@ ChainGun: High: true Warhead: Spread: 3 - Versus: + Versus: + None: 120% Wood: 50% Light: 60% Heavy: 25% @@ -215,7 +216,7 @@ ChainGun: Explosion: piffs WaterExplosion: water_piffs InfDeath: 2 - Damage: 20 + Damage: 30 ChainGun.Yak: ROF: 3 From e100d525b979504b673190b2303ccc60053ddd67 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 20:27:26 +1300 Subject: [PATCH 18/24] Increase longbow health to 150 --- mods/ra/rules/aircraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/rules/aircraft.yaml b/mods/ra/rules/aircraft.yaml index b727973d0d..fa1da4cb27 100644 --- a/mods/ra/rules/aircraft.yaml +++ b/mods/ra/rules/aircraft.yaml @@ -243,7 +243,7 @@ HELI: Name: Longbow Description: Helicopter Gunship with AG Missiles.\n Strong vs Tanks\n Weak vs Infantry Health: - HP: 120 + HP: 150 Armor: Type: Light RevealsShroud: From 37bd2f4e549f161cb7d49d0ac96c325b3a2f8f90 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 20:30:49 +1300 Subject: [PATCH 19/24] Increase longbow AG hellfire damage to 60 --- mods/ra/weapons.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/weapons.yaml b/mods/ra/weapons.yaml index 214f3f9cc5..d812280915 100644 --- a/mods/ra/weapons.yaml +++ b/mods/ra/weapons.yaml @@ -335,7 +335,7 @@ HellfireAG: WaterExplosion: med_splash InfDeath: 4 SmudgeType: Crater - Damage: 40 + Damage: 60 ImpactSound: kaboom25.aud WaterImpactSound: splash9.aud From 0aaf6362733649e4ee0639bc4cd1a91656a91756 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Mon, 30 Sep 2013 22:56:16 +1300 Subject: [PATCH 20/24] Increase light/heavy damage multipliers for v2rl --- mods/ra/weapons.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/weapons.yaml b/mods/ra/weapons.yaml index d812280915..0a20af32ee 100644 --- a/mods/ra/weapons.yaml +++ b/mods/ra/weapons.yaml @@ -1003,8 +1003,8 @@ SCUD: Versus: None: 90% Wood: 75% - Light: 60% - Heavy: 25% + Light: 70% + Heavy: 40% Explosion: napalm WaterExplosion: large_splash InfDeath: 3 From e897212a3d3eb0d3d8ec38e2c348fe4c6bc39006 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Tue, 1 Oct 2013 01:07:52 +1300 Subject: [PATCH 21/24] Increase projectile speed for grenadier --- mods/ra/weapons.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/weapons.yaml b/mods/ra/weapons.yaml index 0a20af32ee..f730db2518 100644 --- a/mods/ra/weapons.yaml +++ b/mods/ra/weapons.yaml @@ -376,7 +376,7 @@ Grenade: Range: 4 Report: grenade1.aud Projectile: Bullet - Speed: 5 + Speed: 8 High: true Angle: .1 Inaccuracy: 13 From da14de15e047b6f1cd0423c85352010c93404fb5 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Tue, 1 Oct 2013 14:58:43 +1300 Subject: [PATCH 22/24] Increase hellfire aa/ag burst delay --- mods/ra/weapons.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/weapons.yaml b/mods/ra/weapons.yaml index f730db2518..0de5b252da 100644 --- a/mods/ra/weapons.yaml +++ b/mods/ra/weapons.yaml @@ -311,7 +311,7 @@ HellfireAG: Range: 4 Report: MISSILE6.AUD Burst: 2 - BurstDelay: 1 + BurstDelay: 10 ValidTargets: Ground Projectile: Missile Speed: 30 @@ -344,7 +344,7 @@ HellfireAA: Range: 4 Report: MISSILE6.AUD Burst: 2 - BurstDelay: 1 + BurstDelay: 10 ValidTargets: Air Projectile: Missile Speed: 45 From 903e85bc387e175f0b5222f5a761a06ba74cddf3 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Tue, 1 Oct 2013 14:59:15 +1300 Subject: [PATCH 23/24] Double hellfire ROT --- mods/ra/weapons.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/weapons.yaml b/mods/ra/weapons.yaml index 0de5b252da..e6ef429de8 100644 --- a/mods/ra/weapons.yaml +++ b/mods/ra/weapons.yaml @@ -322,7 +322,7 @@ HellfireAG: ContrailLength: 10 Inaccuracy: 3 Image: DRAGON - ROT: 5 + ROT: 10 RangeLimit: 20 Warhead: Spread: 3 @@ -355,7 +355,7 @@ HellfireAA: ContrailLength: 10 Inaccuracy: 3 Image: DRAGON - ROT: 5 + ROT: 10 RangeLimit: 20 Warhead: Spread: 3 From d15a53d88b15446615164be7f8b90e5ec41ca82f Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Thu, 3 Oct 2013 19:13:48 +1300 Subject: [PATCH 24/24] Reduce prices of medi and mech --- mods/ra/rules/infantry.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/rules/infantry.yaml b/mods/ra/rules/infantry.yaml index d55565ecba..57d2b0bdd1 100644 --- a/mods/ra/rules/infantry.yaml +++ b/mods/ra/rules/infantry.yaml @@ -261,7 +261,7 @@ MEDI: Prerequisites: tent Hotkey: m Valued: - Cost: 300 + Cost: 200 Tooltip: Name: Medic Description: Heals nearby infantry.\n Strong vs Nothing\n Weak vs Everything @@ -298,7 +298,7 @@ MECH: Prerequisites: fix Hotkey: c Valued: - Cost: 800 + Cost: 500 Tooltip: Name: Mechanic Description: Repairs nearby vehicles.\n Strong vs Nothing\n Weak vs Everything