Skip to content

Commit

Permalink
Fix broken AI base defence in RA2 Mode (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Feb 19, 2024
1 parent c556493 commit 097b658
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions game-assets/ra2mode.pack/rulesmd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2812,6 +2812,10 @@ BuildNavalYard=NAYARD,GAYARD
BuildDummy=GAPILL,NALASR
NeutralTechBuildings=CAAIRP,CATHOSP,CAOILD,CAOUTP

; belonit - additions needed for YR exe compatibility
AlliedBaseDefenses=GAPILL,ATESLA,NASAM
SovietBaseDefenses=NALASR,TESLA,NAFLAK

GDIWallDefense=6
GDIWallDefenseCoefficient=3
NodBaseDefenseCoefficient=1.2 ;gs Obsolete. Use explicit SovietBaseDefenseCounts
Expand Down Expand Up @@ -10551,6 +10555,10 @@ HasStupidGuardMode=false
WorkingSound=PowerOn
NotWorkingSound=PowerOff

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=25
AntiArmorValue=25
AntiAirValue=0

;This existed
; Allied Prism Tower
Expand Down Expand Up @@ -10592,6 +10600,10 @@ HasStupidGuardMode=false
WorkingSound=PowerOn
NotWorkingSound=PowerOff

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=25
AntiArmorValue=25
AntiAirValue=0

; Soviet Nuclear Missile
[NAMISL]
Expand Down Expand Up @@ -10671,6 +10683,10 @@ ThreatPosed=30 ; This value MUST be 0 for all building addons
IsBaseDefense=yes
HasStupidGuardMode=false

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=25
AntiArmorValue=10
AntiAirValue=0

; PillBox
[GAPILL]
Expand Down Expand Up @@ -10709,6 +10725,11 @@ DamageParticleSystems=SparkSys,LGSparkSys
IsBaseDefense=yes
HasStupidGuardMode=false

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=25
AntiArmorValue=10
AntiAirValue=0

; SAM
[NASAM]
UIName=Name:NASAM
Expand Down Expand Up @@ -10752,6 +10773,11 @@ WorkingSound=PowerOn
NotWorkingSound=PowerOff
VHPScan=Strong

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=0
AntiArmorValue=0
AntiAirValue=25

[CAOUTP]
UIName=Name:CAOUTP
Name=Tech Outpost
Expand Down Expand Up @@ -16196,6 +16222,11 @@ HasStupidGuardMode=false
WorkingSound=PowerOn
NotWorkingSound=PowerOff

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=0
AntiArmorValue=0
AntiAirValue=25

; ******* Weapon Statistics *******
; The weapons specified here are attached to the various combat
; units and buildings.
Expand Down

0 comments on commit 097b658

Please sign in to comment.