-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
61 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x26, name="Bank", substitute_type=0x0C) | ||
the_industry = AIndustry(name="Bank", substitute_type=0x0C) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x25, name="Clay Pit", substitute_type=0x0) | ||
the_industry = AIndustry(id=0x25, name="Clay Pit") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x27, name="Coal Mine", substitute_type=0x00) | ||
the_industry = AIndustry(name="Coal Mine", substitute_type=0x00) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x0A, name="Copper Ore Mine", substitute_type=0x0A) | ||
the_industry = AIndustry(name="Copper Ore Mine", substitute_type=0x0A) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x11, name="Diamond Mine", substitute_type=0x11) | ||
the_industry = AIndustry(name="Diamond Mine", substitute_type=0x11) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x30, name="Factory", substitute_type=0x06) | ||
the_industry = AIndustry(name="Factory", substitute_type=0x06) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x27, name="Food Processing Plant", substitute_type=0x0D) | ||
the_industry = AIndustry(name="Food Processing Plant", substitute_type=0x0D) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
import grf | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x29, name="Forest", substitute_type=0x03) | ||
the_industry = AIndustry( | ||
name="Forest", | ||
substitute_type=0x03, | ||
layouts=[[{"xofs": i, "yofs": j, "gfx": grf.OldIndustryTileID(0x10)} for i in range(4) for j in range(4)]], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
|
||
|
||
the_industry = AIndustry( | ||
id=0x13, | ||
name="Fruit Plantation", | ||
substitute_type=0x13, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x2F, name="Gold Mine", substitute_type=0x0F) | ||
the_industry = AIndustry(name="Gold Mine", substitute_type=0x0F) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x31, name="Iron Ore Mine", substitute_type=0x12) | ||
the_industry = AIndustry(name="Iron Ore Mine", substitute_type=0x12) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x19, name="Lumber Mill", substitute_type=0x19) | ||
the_industry = AIndustry(name="Lumber Mill", substitute_type=0x19) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x2B, name="Oil Refinery", substitute_type=0x04) | ||
the_industry = AIndustry(name="Oil Refinery", substitute_type=0x04) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x32, name="Oil Rig", substitute_type=0x05) | ||
the_industry = AIndustry(name="Oil Rig", substitute_type=0x05) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x2D, name="Oil Wells", substitute_type=0x0B) | ||
the_industry = AIndustry(name="Oil Wells", substitute_type=0x0B) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x2A, name="Paper Mill", substitute_type=0x0E) | ||
the_industry = AIndustry(name="Paper Mill", substitute_type=0x0E) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x2E, name="Power Station", substitute_type=0x01) | ||
the_industry = AIndustry(name="Power Station", substitute_type=0x01) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x2C, name="Printing Works", substitute_type=0x07) | ||
the_industry = AIndustry(name="Printing Works", substitute_type=0x07) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
|
||
|
||
the_industry = AIndustry( | ||
id=0x14, | ||
name="Rubber Plantation", | ||
substitute_type=0x14, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x33, name="Sawmill", substitute_type=0x02) | ||
the_industry = AIndustry(name="Sawmill", substitute_type=0x02) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import AIndustry | ||
|
||
|
||
the_industry = AIndustry(id=0x08, name="Steel Mill", substitute_type=0x08) | ||
the_industry = AIndustry(name="Steel Mill", substitute_type=0x08) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from industry.lib.industry import ADummyIndustry | ||
|
||
|
||
the_industry = ADummyIndustry(id=0xFF, name="Towns", substitute_type=0xFF) | ||
the_industry = ADummyIndustry(name="Towns") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters