Skip to content

Commit

Permalink
Added requirements string for the Flying Rider unit class
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Feb 7, 2023
1 parent 29529ed commit 9ee7892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tres_minas = {
name = "Tres Minas" #"Três Minas"
map_template = earth
geocoordinate = { -7.5180833333333 41.481138888889 } #from Natural Earth
geocoordinate = { -7.5180833333333 41.481138888889 }
base_unit_type = unit_gold_deposit #gold present in Três Minas; Source: M. J. T. Lewis, "Railways in the Greek and Roman World", 2001, p. 15.
regions = {
conventus_bracarensis
Expand Down
1 change: 1 addition & 0 deletions data/unit_classes/units/flying_rider.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
flying_rider = {
name = "Flying Rider"
tech_tree_parent_unit_class = stronghold
requirements_string = "Stronghold and Lumber Mill"

conditions = {
or = {
Expand Down

0 comments on commit 9ee7892

Please sign in to comment.