mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 07:16:54 +07:00
Added burial tomb unique building for Egypt
This commit is contained in:
parent
d48d7aa9fe
commit
9fbb997e63
@ -109,6 +109,17 @@
|
||||
hurryCostModifier:25,
|
||||
requiredTech:"Philosophy"
|
||||
},
|
||||
{
|
||||
name:"Burial Tomb",
|
||||
replaces:"Temple",
|
||||
uniqueTo:"Egypt",
|
||||
culture:3,
|
||||
happiness:1,
|
||||
specialistSlots:{culture:1},
|
||||
requiredBuilding:"Monument",
|
||||
hurryCostModifier:25,
|
||||
requiredTech:"Philosophy"
|
||||
},
|
||||
{
|
||||
name:"The Oracle",
|
||||
baseDescription: "Provides a free social policy",
|
||||
|
@ -101,7 +101,7 @@ class NewGameScreen: PickerScreen(){
|
||||
private fun getOptionsTable(): Table {
|
||||
val table = Table()
|
||||
table.skin = skin
|
||||
|
||||
|
||||
table.add("{World size}:".tr())
|
||||
val worldSizeToRadius = LinkedHashMap<String, Int>()
|
||||
worldSizeToRadius["Small"] = 10
|
||||
|
Loading…
Reference in New Issue
Block a user