Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Object AmericaVehicleRepairDrone
ExperienceValue = 50 100 150 400
ExperienceRequired = 0 150 450 900
IsTrainable = YES
CrusherLevel = 0 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles

; *** AUDIO Parameters ***
VoiceSelect = NoSound
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object FarmerChickenTruck
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Object ForkliftLarge
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 3 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object ForkliftSmall
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
2 changes: 1 addition & 1 deletion Generals/Data/INI/Object/Faction/Civilian/Unit/Humvee1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Object Humvee1
ExperienceValue = 50 100 150 400
ExperienceRequired = 0 150 450 900
IsTrainable = YES
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = AmericaVehicleHumveeCommandSet

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Object MilitiaTank
ExperienceValue = 100 100 200 400
ExperienceRequired = 0 200 300 600
IsTrainable = YES
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = GenericCommandSet

Expand Down
2 changes: 1 addition & 1 deletion Generals/Data/INI/Object/Faction/Civilian/Unit/Tractor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Object Tractor
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Object TruckChicken
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object TruckFarmer
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
4 changes: 2 additions & 2 deletions Generals/Data/INI/Object/Faction/Civilian/Unit/TruckWork.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object TruckWork
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
4 changes: 2 additions & 2 deletions Generals/Data/INI/Object/Faction/Civilian/Unit/TruckWork2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object TruckWork2
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Object AmericaVehicleRepairDrone
ExperienceValue = 50 100 150 400
ExperienceRequired = 0 150 450 900
IsTrainable = YES
CrusherLevel = 0 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles

; *** AUDIO Parameters ***
VoiceSelect = NoSound
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object FarmerChickenTruck
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Object ForkliftLarge
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 3 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object ForkliftSmall
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Object Humvee1
ExperienceValue = 50 100 150 400
ExperienceRequired = 0 150 450 900
IsTrainable = YES
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles

CommandSet = AmericaVehicleHumveeCommandSet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Object MilitiaTank
ExperienceValue = 100 100 200 400
ExperienceRequired = 0 200 300 600
IsTrainable = YES
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = GenericCommandSet

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object SupplyTruck
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Object Tractor
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Object TruckChicken
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object TruckFarmer
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object TruckWork
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Object TruckWork2
Conditions = CARBOMB
Weapon = PRIMARY SuicideCarBomb
End
CrusherLevel = 1 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 1 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CrusherLevel = 2 ; What can I crush? 1 == infantry, 2 == trees, 3 == vehicles
CrushableLevel = 2 ; What am I? 0 == infantry, 1 == trees, 2 == general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down