Skip to content

Commit

Permalink
Open Beta 0.21.3 RC3
Browse files Browse the repository at this point in the history
Fix anti crash
  • Loading branch information
Wolferos committed May 23, 2023
1 parent fe04701 commit 89f98e7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions mod/thegreatwar/history/units/FRA_1910.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ division_template = {
}

division_template = {
name = "Brigade de la Légion Etrangère" # Elite
name = "Légion Etrangère" # Elite
regiments = {
infantry = { x = 0 y = 0 }
infantry = { x = 0 y = 1 }
Expand All @@ -45,7 +45,7 @@ division_template = {
}

division_template = {
name = "Brigade de Troupes Coloniales" # Special
name = "Troupes Coloniales" # Special
regiments = {
infantry = { x = 0 y = 0 }
infantry = { x = 0 y = 1 }
Expand All @@ -59,7 +59,7 @@ division_template = {
}

division_template = {
name = "Brigade de Chasseurs Alpins" # Mountain Division
name = "Chasseurs Alpins" # Mountain Division
regiments = {
mountaineers = { x = 0 y = 0 }
mountaineers = { x = 0 y = 1 }
Expand All @@ -84,7 +84,7 @@ division_template = {
}

division_template = {
name = "Bataillon de Hussards" # Cavalry
name = "Hussards" # Cavalry
regiments = {
cavalry = { x = 0 y = 0 }
cavalry = { x = 0 y = 1 }
Expand All @@ -98,7 +98,7 @@ division_template = {
}

division_template = {
name = "Bataillon de Reconnaissance Blindée"
name = "Reconnaissance Blindée"

regiments = {
armored_car = { x = 0 y = 0 }
Expand Down Expand Up @@ -1174,7 +1174,7 @@ fleet = {


division= {
name = "Alpins d'territoriale"
name = "Division d'Infanterie Alpine"
location = 9728 # Romans sur Isere
division_template = "Chasseurs Alpins"
start_experience_factor = 0.05
Expand Down Expand Up @@ -1438,9 +1438,8 @@ fleet = {
start_manpower_factor = 0.3
}


division= {
name = "d'infanterie coloniale de Saigon"
name = "Infanterie coloniale de Saigon"
location=4401 # Saigon
division_template = "Troupes Coloniales"
start_experience_factor = 0.05
Expand All @@ -1450,7 +1449,7 @@ fleet = {


division= {
name = "d'infanterie coloniale de l'Annam"
name = "Infanterie coloniale de l'Annam"
location = 10137 # Quang Ngai
division_template = "Troupes Coloniales"
start_experience_factor = 0.05
Expand All @@ -1460,7 +1459,7 @@ fleet = {


division= {
name = "d'infanterie coloniale du Tonkin"
name = "Infanterie coloniale du Tonkin"
location=4075 # Hanoi
division_template = "Troupes Coloniales"
start_experience_factor = 0.05
Expand Down

0 comments on commit 89f98e7

Please sign in to comment.