维多利亚2吧 关注:76,992贴子:1,940,692
  • 4回复贴,共1

被其他文化同化的问题

取消只看楼主收藏回复

如何解决不可接受文化的pop同化掉可接受文化pop的情况?士兵、官僚这两样挺伤的


IP属地:广东1楼2024-09-21 15:39回复

    焦点士兵没有用 都拉到7.1%了还是会变成保加利亚人
    mod:GFM
    tag:卢西塔尼亚 UPB
    首都:巴西利亚
    地区:马卡洛尼西亚 葡萄牙地区 有核心


    IP属地:广东3楼2024-09-21 16:17
    收起回复
      2026-02-22 20:17:50
      广告
      不感兴趣
      开通SVIP免广告
      我自己写了一个升级版,贴出来给大家用,基于GFM 20240820汉化版:
      political_decisions = {
      ina_pop_demotion = {
      potential = { ai = no NOT = { has_country_modifier = ina_pop_demotion_cooldown } }
      allow = {}
      effect = {
      any_owned = {
      limit = {
      is_core = THIS
      OR = {
      trade_goods = cotton
      trade_goods = dye
      trade_goods = wool
      trade_goods = silk
      trade_goods = sugar
      trade_goods = cattle
      trade_goods = fish
      trade_goods = fruit
      trade_goods = grain
      trade_goods = tobacco
      trade_goods = tea
      trade_goods = coffee
      trade_goods = opium
      trade_goods = pearls
      trade_goods = ivory
      trade_goods = slave_trading
      }
      }
      any_pop = {
      limit = { is_primary_culture = no is_accepted_culture = no
      OR = { type = labourers type = craftsmen type = bureaucrats type = soldiers }
      }
      pop_type = farmers
      }
      }
      any_owned = {
      limit = {
      is_core = THIS
      OR = {
      trade_goods = coal
      trade_goods = sulphur
      trade_goods = iron
      trade_goods = timber
      trade_goods = tropical_wood
      trade_goods = rubber
      trade_goods = oil
      trade_goods = precious_metal
      trade_goods = gold
      trade_goods = gems
      trade_goods = mercury
      trade_goods = precious_goods
      }
      }
      any_pop = {
      limit = { is_primary_culture = no is_accepted_culture = no
      OR = { type = farmers type = craftsmen type = bureaucrats type = soldiers }
      }
      pop_type = labourers
      }
      }
      add_country_modifier = { name = ina_pop_demotion_cooldown duration = 730 }
      }
      }
      }
      注:country_modifier是防止点完决议还能在决议列表里占位置看着心烦的,如果你觉得无所谓,或者不想再去events_modifier.txt里写冷却CD,你可以改成GFM自带的技工回收CD(craftsmen_fix_cooldown),或者删除相关行


      IP属地:广东7楼2024-09-21 22:27
      回复
        这是localisation里面写的决议介绍:
        ina_pop_demotion_title;人口降职回收利用;;;;;;;;;;;;x
        ina_pop_demotion_desc;将核心省份的非接受文化的技工、官僚与士兵转为当地贫困阶层,并将错误职业的农民劳工进行转化。本决议是GFM技工回收利用决议的升级版,修复恼火的bug,并减少多余支出。;;;;;;;;;;;;x
        ina_pop_demotion_cooldown;人口降职冷却中;;;;;;;;;;;;x
        ina_pop_demotion_cooldown_desc;人口降职冷却中;;;;;;;;;;;;x


        IP属地:广东8楼2024-09-21 22:31
        回复
          忘记补上职员clerks了,GFM给的回收利用决议里是有职员的


          IP属地:广东9楼2024-09-21 22:47
          回复