File: content_specific_parameters.txt

package info (click to toggle)
freeorion 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 194,940 kB
  • sloc: cpp: 186,508; python: 40,969; ansic: 1,164; xml: 719; makefile: 32; sh: 7
file content (29 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

# These entries are used to facilitate the UI automatically adapting to details of the current content,
# without having to directly incorporate specific content references in the UI code
# To minimize potential conflict with stringtable tags, all keys here should begin with "FUNCTIONAL_"

# Growth specials list
# Used for logging during universe creation and also controls the 'HasGrowthSpecial' condition in the ObjectListWnd
FUNCTIONAL_GROWTH_SPECIALS_LIST
'''CRYSTALS_SPECIAL
FRUIT_SPECIAL
ELERIUM_SPECIAL
MINERALS_SPECIAL
MONOPOLE_SPECIAL
POSITRONIUM_SPECIAL
PROBIOTIC_SPECIAL
SPICE_SPECIAL
SUPERCONDUCTOR_SPECIAL
'''


## FUNCTIONAL_HULL_DESC_TAGS_LIST is an ordered, whitespace separated list,
# defining which hull tags on HULLs which are shown in the given order in the hull description.
# There should be corresponding HULL_DESC_* stringtable entries (e.g. HULL_DESC_GREAT_FUEL_EFFICIENCY)
FUNCTIONAL_HULL_DESC_TAGS_LIST
'''BAD_FUEL_EFFICIENCY
AVERAGE_FUEL_EFFICIENCY
GOOD_FUEL_EFFICIENCY
GREAT_FUEL_EFFICIENCY
'''