Feature #565 » 0052-Granularity-Increase-infra-points-granularity-100x.patch
data/granularity/buildings.ruleset | ||
---|---|---|
sound_alt = "b_generic"
|
||
sound_alt2 = "-"
|
||
helptext = _("\
|
||
Quarry produces 3 infrapoints per turn.\
|
||
Quarry produces 300 infrapoints per turn.\
|
||
")
|
||
[building_stone_circle]
|
data/granularity/effects.ruleset | ||
---|---|---|
[effect_throne_infra]
|
||
type = "Infra_Points"
|
||
value = 2
|
||
value = 200
|
||
reqs =
|
||
{ "type", "name", "range"
|
||
"Building", "Throne", "City"
|
||
... | ... | |
[effect_quarry_infra]
|
||
type = "Infra_Points"
|
||
value = 3
|
||
value = 300
|
||
reqs =
|
||
{ "type", "name", "range"
|
||
"Building", "Quarry", "City"
|
data/granularity/terrain.ruleset | ||
---|---|---|
category = "Infra"
|
||
;causes = ""
|
||
;rmcauses = ""
|
||
infracost = 25
|
||
infracost = 2500
|
||
graphic = "tx.irrigation"
|
||
graphic_alt = "-"
|
||
activity_gfx = "unit.irrigation"
|
||
... | ... | |
category = "Infra"
|
||
;causes = ""
|
||
;rmcauses = ""
|
||
infracost = 25
|
||
infracost = 2500
|
||
graphic = "tx.nets"
|
||
graphic_alt = "tx.irrigation"
|
||
activity_gfx = "unit.nets"
|
||
... | ... | |
category = "Infra"
|
||
;causes = ""
|
||
;rmcauses = ""
|
||
infracost = 25
|
||
infracost = 2500
|
||
graphic = "tx.mine"
|
||
graphic_alt = "-"
|
||
activity_gfx = "unit.mine"
|
||
... | ... | |
category = "Infra"
|
||
causes = "Road"
|
||
;rmcauses = ""
|
||
infracost = 3
|
||
infracost = 300
|
||
graphic = "road.path"
|
||
graphic_alt = "road.road"
|
||
activity_gfx = "unit.path"
|
||
... | ... | |
category = "Infra"
|
||
causes = "Road"
|
||
;rmcauses = ""
|
||
infracost = 6
|
||
infracost = 600
|
||
graphic = "road.road"
|
||
graphic_alt = "-"
|
||
activity_gfx = "unit.road"
|
- « Previous
- 1
- 2
- Next »