Feature #1911 ยป 0057-granularity-Add-Entertainer-specialist.patch
| data/granularity/cities.ruleset | ||
|---|---|---|
|
;
|
||
|
; */ <-- avoid gettext warnings
|
||
|
[specialist_generic]
|
||
|
name = _("Generic")
|
||
|
short_name = _("?gspecialist:G")
|
||
|
[specialist_entertainer]
|
||
|
name = _("Entertainer")
|
||
|
short_name = _("?gspecialist:E")
|
||
|
graphic = "specialist.entertainer"
|
||
|
reqs =
|
||
|
{ "type", "name", "range"
|
||
| data/granularity/effects.ruleset | ||
|---|---|---|
|
; */ <-- avoid gettext warnings
|
||
|
; Specialists
|
||
|
[effect_entertainer]
|
||
|
type = "Specialist_Output"
|
||
|
value = 2
|
||
|
reqs =
|
||
|
{ "type", "name", "range"
|
||
|
"Specialist", "Entertainer", "Local"
|
||
|
"OutputType", "Luxury", "Local"
|
||
|
}
|
||
|
[effect_philosopher]
|
||
|
type = "Specialist_Output"
|
||
|
value = 3
|
||