Feature #263 ยป 0049-Granularity-Add-Stone-Circle-Small-Wonder.patch
| data/granularity/buildings.ruleset | ||
|---|---|---|
|
helptext = _("\
|
||
|
Quarry produces 3 infrapoints per turn.\
|
||
|
")
|
||
|
[building_stone_circle]
|
||
|
name = _("Stone Circle")
|
||
|
genus = "SmallWonder"
|
||
|
reqs =
|
||
|
{ "type", "name", "range"
|
||
|
"Tech", "Astronomy", "Player"
|
||
|
}
|
||
|
graphic = "b.stone_circle"
|
||
|
graphic_alt = "b.great_wall"
|
||
|
graphic_alt2 = "-"
|
||
|
obsolete_by =
|
||
|
{ "type", "name", "range"
|
||
|
}
|
||
|
build_cost = 3500
|
||
|
upkeep = 0
|
||
|
sabotage = 100
|
||
|
sound = "b_stone_circle"
|
||
|
sound_alt = "b_generic"
|
||
|
sound_alt2 = "-"
|
||
|
helptext = _("\
|
||
|
Stone Circle produces two points of history per turn for each city, \
|
||
|
five points for the city its located at.\
|
||
|
")
|
||
| data/granularity/effects.ruleset | ||
|---|---|---|
|
"Building", "Library", "City"
|
||
|
}
|
||
|
[effect_stone_circle_all_cities]
|
||
|
type = "History"
|
||
|
value = 2
|
||
|
reqs =
|
||
|
{ "type", "name", "range"
|
||
|
"Building", "Stone Circle", "Player"
|
||
|
}
|
||
|
[effect_stone_circle_local]
|
||
|
type = "History"
|
||
|
value = 3
|
||
|
reqs =
|
||
|
{ "type", "name", "range"
|
||
|
"Building", "Stone Circle", "City"
|
||
|
}
|
||
|
[effect_center_trade_village]
|
||
|
type = "Output_Add_Tile"
|
||
|
value = 25
|
||
| data/granularity/techs.ruleset | ||
|---|---|---|
|
graphic_alt = "-"
|
||
|
;helptext =
|
||
|
[advance_astronomy]
|
||
|
name = _("Astronomy")
|
||
|
req1 = "Calendar"
|
||
|
req2 = "Geometry"
|
||
|
flags = ""
|
||
|
graphic = "a.astronomy"
|
||
|
graphic_alt = "-"
|
||
|
;helptext =
|
||
|
[advance_bronze_weapons]
|
||
|
name = _("Bronze Weapons")
|
||
|
req1 = "Mining"
|
||