Skip to content

Commit

Permalink
Lower Event Troops in WOTR til buildings are back.
Browse files Browse the repository at this point in the history
  • Loading branch information
SinStar87 committed Jan 1, 2019
1 parent 041c720 commit 26d4633
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Middle Earth/events/mep_fellowship_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1358,8 +1358,8 @@ narrative_event = { #Return to Hobbiton
province = PREV
home = PREV
troops = {
archers = { 200 200 }
light_infantry = { 1300 1300 }
archers = { 20 20 } #200
light_infantry = { 130 130 } #1300
}
earmark = hobbit_army
attrition = 0.5
Expand Down
18 changes: 9 additions & 9 deletions Middle Earth/events/mep_fellowship_maintenance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ character_event = { #Manage the Fellowship Army
province = 1
home = 1
troops = {
archers = { 600 600 }
heavy_infantry = { 300 300 }
knights = { 150 150 }
archers = { 100 100 } #600
heavy_infantry = { 50 50 } #300
knights = { 30 30 } #150
}
earmark = fellowship_army
attrition = 0.5
Expand All @@ -210,8 +210,8 @@ character_event = { #Manage the Fellowship Army
province = 122
home = 122
troops = {
archers = { 200 200 }
light_cavalry = { 100 100 }
archers = { 40 40 } #200
light_cavalry = { 20 20 } #100
}
earmark = fellowship_army
attrition = 0.5
Expand Down Expand Up @@ -243,8 +243,8 @@ character_event = { #Manage the Fellowship Army
province = 1
home = 1
troops = {
archers = { 300 300 }
heavy_infantry = { 300 300 }
archers = { 30 30 } #300
heavy_infantry = { 30 30 } #300
}
earmark = gandalf_army
attrition = 0.5
Expand All @@ -267,8 +267,8 @@ character_event = { #Manage the Fellowship Army
province = 122
home = 122
troops = {
archers = { 100 100 }
light_cavalry = { 100 100 }
archers = { 10 10 } #100
light_cavalry = { 10 10 } #100
}
earmark = gandalf_army
attrition = 0.5
Expand Down

0 comments on commit 26d4633

Please sign in to comment.