Skip to content

Commit

Permalink
Added copper rocks near the initial copper deposits for the Lorraine …
Browse files Browse the repository at this point in the history
…Plain map
  • Loading branch information
Andrettin committed Mar 13, 2022
1 parent 7b11fe1 commit c5bb082
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions modules/0_ad/data/map_templates/lorraine_plain.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,63 @@ lorraine_plain = {
terrain_file = "lorraine_plain.pmp"
default_water_terrain_type = shallow_water
circle = true #apply nothing outside the circle, generating based on the nearest terrain
units = {
#copper rocks for player 1
unit_copper_rock = {
pos = { 107 58 }
}
unit_copper_rock = {
pos = { 107 58 }
}
unit_copper_rock = {
pos = { 107 58 }
}
unit_copper_rock = {
pos = { 107 58 }
}
unit_copper_rock = {
pos = { 107 58 }
}
unit_copper_rock = {
pos = { 107 58 }
}
unit_copper_rock = {
pos = { 107 58 }
}
unit_copper_rock = {
pos = { 107 58 }
}
unit_copper_rock = {
pos = { 107 58 }
}

#copper rocks for player 2
unit_copper_rock = {
pos = { 167 196 }
}
unit_copper_rock = {
pos = { 167 196 }
}
unit_copper_rock = {
pos = { 167 196 }
}
unit_copper_rock = {
pos = { 167 196 }
}
unit_copper_rock = {
pos = { 167 196 }
}
unit_copper_rock = {
pos = { 167 196 }
}
unit_copper_rock = {
pos = { 167 196 }
}
unit_copper_rock = {
pos = { 167 196 }
}
unit_copper_rock = {
pos = { 167 196 }
}
}
}

0 comments on commit c5bb082

Please sign in to comment.