moar minor changes
This commit is contained in:
parent
542e2810b3
commit
c76e03126b
@ -2,9 +2,38 @@ module PioneerTypes
|
|||||||
where
|
where
|
||||||
|
|
||||||
data Structure = Flag -- Flag
|
data Structure = Flag -- Flag
|
||||||
| Barrack -- Small
|
| Woodcutter -- Huts
|
||||||
| Sawmill -- Medium
|
| Forester
|
||||||
| Castle -- Large
|
| Stonemason
|
||||||
|
| Fisher
|
||||||
|
| Hunter
|
||||||
|
| Barracks
|
||||||
|
| Guardhouse
|
||||||
|
| LookoutTower
|
||||||
|
| Well
|
||||||
|
| Sawmill -- Houses
|
||||||
|
| Slaughterhouse
|
||||||
|
| Mill
|
||||||
|
| Bakery
|
||||||
|
| IronSmelter
|
||||||
|
| Metalworks
|
||||||
|
| Armory
|
||||||
|
| Mint
|
||||||
|
| Shipyard
|
||||||
|
| Brewery
|
||||||
|
| Storehouse
|
||||||
|
| Watchtower
|
||||||
|
| Catapult
|
||||||
|
| GoldMine -- Mines
|
||||||
|
| IronMine
|
||||||
|
| GraniteMine
|
||||||
|
| CoalMine
|
||||||
|
| Farm -- Castles
|
||||||
|
| PigFarm
|
||||||
|
| DonkeyBreeder
|
||||||
|
| Harbor
|
||||||
|
| Fortress
|
||||||
|
deriving Eq
|
||||||
|
|
||||||
data Amount = Infinite -- Neverending supply
|
data Amount = Infinite -- Neverending supply
|
||||||
| Finite Int -- Finite supply
|
| Finite Int -- Finite supply
|
||||||
@ -13,6 +42,7 @@ data Amount = Infinite -- Neverending supply
|
|||||||
data Commodity = WoodPlank
|
data Commodity = WoodPlank
|
||||||
| Sword
|
| Sword
|
||||||
| Fish
|
| Fish
|
||||||
|
deriving Eq
|
||||||
|
|
||||||
data Resource = Coal
|
data Resource = Coal
|
||||||
| Iron
|
| Iron
|
||||||
|
Loading…
Reference in New Issue
Block a user