stellaris吧 关注:296,043贴子:7,110,488
  • 25回复贴,共1

[求助] 现在种族特性数量上限在哪儿改?

只看楼主收藏回复

现在版本好像最多允许5个,以前的关键字搜到改了没起效,我想加一到两个上限,感谢!


IP属地:辽宁1楼2019-09-04 21:40回复
    Habitability on homeworld is increased by this value
    MUTATION_REMOVE_CHANCE= 50
    MUTATION_ADD_CHANCE= 50
    MUTATION_MIN_TRAITS = 2
    MUTATION_MAX_TRAITS= 5
    这一段改了没用啊,MOD也没覆盖的,有大佬知道新版本特性数量上限在哪儿吗?


    IP属地:辽宁2楼2019-09-04 22:41
    回复
      2025-08-27 04:57:37
      广告
      不感兴趣
      开通SVIP免广告
      mod有单纯加特质数量上限的啊,10个,20个的都有


      IP属地:湖南来自手机贴吧3楼2019-09-04 23:59
      回复
        搜traits,然后找一下,虽然是英文的但不影响使用


        IP属地:湖南来自手机贴吧4楼2019-09-05 00:00
        收起回复
          Stellaris\common\species_archetypes\00_species_archetypes.txt


          IP属地:河南来自Android客户端5楼2019-09-05 21:06
          收起回复


            IP属地:福建来自Android客户端6楼2019-09-05 21:09
            回复
              # species_trait_points: base number of species trait points available for this species class
              # species_max_traits: maximum number of traits that species of this class can have (doesn't count those with cost == 0)
              #EXAMPLE OF MODDED SPECIES ARCHETYPE
              #Will be able to use traits valid for BIOLOGICAL, ROBOT and BIOLOGICAL2
              #Has the exact same trait points as BIOLOGICAL
              #BIOLOGICAL2 = {
              #inherit_trait_points_from = BIOLOGICAL
              #inherit_traits_from = { BIOLOGICAL ROBOT }
              #}
              @robot_trait_points = 0
              @robot_max_traits = 4
              @machine_trait_points = 1
              @machine_max_traits = 5
              @species_trait_points = 2
              @species_max_traits = 5
              BIOLOGICAL = {
              species_trait_points = @species_trait_points
              species_max_traits = @species_max_traits
              }
              ROBOT = {
              species_trait_points = @robot_trait_points
              species_max_traits = @robot_max_traits
              }
              MACHINE = {
              species_trait_points = @machine_trait_points
              species_max_traits = @machine_max_traits
              }
              PRESAPIENT = {
              species_trait_points = @species_trait_points
              species_max_traits = @species_max_traits
              }
              OTHER = {}
              大佬们,这个文件里改哪个是质点?怎么看着像AI的?如果我改了数值,那AI的会不会也变多?求大佬指点


              IP属地:上海7楼2020-02-07 18:02
              收起回复
                太有用了,十分感谢。那个 00define 没法改。 就这个
                Stellaris\common\species_archetypes\00_species_archetypes.txt
                species_trait_points = 2
                @species_max_traits = 5
                改这俩。


                9楼2021-02-21 22:44
                收起回复