Skip to content

Commit

Permalink
Relocation and renaming of Nargun Estate
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Dec 2, 2023
1 parent 6303738 commit 769d451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions housing/propertyList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ M.propertyTable = {
{"Flat Obsidian","Wohnung Obsidian",position(428,216,1),60000,2558,133, "Galmair","6",factions.GalmairRankListMale[6]["eRank"],factions.GalmairRankListMale[6]["gRank"]},
--Estates, Galmair
{"Syrita Estate","Grundstück Syrita",position(447,124,0),200000, 2558, 134, "Galmair", "7", factions.GalmairRankListMale[7]["eRank"],factions.GalmairRankListMale[7]["gRank"], true},
{"Galmair Roadside Estate","Grundstück Am Wegesrand in Galmair",position(462,175,0),200000, 2558, 135, "Galmair", "7", factions.GalmairRankListMale[7]["eRank"],factions.GalmairRankListMale[7]["gRank"], true},
{"Nargun Estate","Grundstück Nargun",position(527,263,0),200000, 2558, 135, "Galmair", "7", factions.GalmairRankListMale[7]["eRank"],factions.GalmairRankListMale[7]["gRank"], true},
{"Rumil Estate","Grundstück Rumil",position(381,354,0),200000, 2558, 136, "Galmair", "7", factions.GalmairRankListMale[7]["eRank"],factions.GalmairRankListMale[7]["gRank"], true},
--Cadomyr
{"Cadomyr Harbour Estate", "Hafengrundstück in Cadomyr",position(77,786,0),200000, 2558,368, "Cadomyr","7",factions.CadomyrRankListMale[7]["eRank"],factions.CadomyrRankListMale[7]["gRank"], true},
Expand Down Expand Up @@ -133,8 +133,8 @@ table.insert(M.properties, {name = "Flat Obsidian", lower = position(420,206,1),
--Estates, Galmair
table.insert(M.properties, {name = "Syrita Estate", lower = position(448,124,0), upper = position(458,139,2), estate = true})
table.insert(M.properties, {name = "Syrita Estate", lower = position(448,124,-21), upper = position(458,139,-21), estate = true})
table.insert(M.properties, {name = "Galmair Roadside Estate", lower = position(464,168,0), upper = position(474,183,2), estate = true})
table.insert(M.properties, {name = "Galmair Roadside Estate", lower = position(464,168,-21), upper = position(474,183,-21), estate = true})
table.insert(M.properties, {name = "Nargun Estate", lower = position(529,256,0), upper = position(543,265,2), estate = true})
table.insert(M.properties, {name = "Nargun Estate", lower = position(529,256,-21), upper = position(543,265,-21), estate = true})
table.insert(M.properties, {name = "Rumil Estate", lower = position(384,351,0), upper = position(391,364,2), estate = true})
table.insert(M.properties, {name = "Rumil Estate", lower = position(384,351,-21), upper = position(391,364,-21), estate = true})
table.insert(M.properties, {name = "Rumil Estate", lower = position(378,359,0), upper = position(384,364,2), estate = true})
Expand Down

0 comments on commit 769d451

Please sign in to comment.