高级玩家

- 贡献度
- 6
- 金元
- 3629
- 积分
- 387
- 精华
- 0
- 注册时间
- 2010-3-2
|
本帖最后由 以苇 于 2016-5-26 11:02 编辑
用文本编辑器打开 00_defines.lua 找到如下
NSpecies = {
MAX_ETHIC_POINTS = 3, (帝国道德点数)
MAX_TRAIT_POINTS = 2, (属性点,可以修改)
MAX_TRAITS = 4, -- Max racial traits (1 is always used for homeworld type trait)(最大特征数,可修改)
MAX_TRAIT_POINTS_LEADER = 1, -- How many trait points a leader can have (领导人可拥有的特征数)
MAX_TRAIT_POINTS_RULER = 2, (领袖可拥有的特征数)
TRAIT_MODIFICATION_COST_MULT = 30, -- The cost of the species modification special project is trait cost * this
UPLIFT_COST_BASE = 250.0,
TRAIT_MODIFICATION_TIME_LIMIT = 90, -- Days it takes to modify a species
HOMEWORLD_HABITABILITY = 1.0, -- Habitability on homeworld is always this value
其他的大家可以试验一下。
|
|