rimworld吧 关注:244,784贴子:4,392,429
  • 7回复贴,共1

为什么怎么都改变不了跟帝国的关系了,远古城市的拾荒者开局

只看楼主收藏回复

送礼物送灵质甚至控制台加好感也没有,是这个剧本锁好好感了



IP属地:北京1楼2024-09-22 12:38回复
    对的,这个剧本是永久敌对锁100


    IP属地:上海来自Android客户端2楼2024-09-22 14:47
    收起回复
      <!-- Ancient urban ruins -->
      <Operation Class="PatchOperationConditional">
      <xpath>/Defs/FactionDef[defName = "AM_PlayerColony"]</xpath>
      <success>Always</success>
      <match Class="PatchOperationSequence">
      <operations>
      <li Class="PatchOperationAdd">
      <success>Always</success>
      <xpath>/Defs/FactionDef[defName = "Empire"]/permanentEnemyToEveryoneExcept</xpath><!--別改-->
      <value>
      <li>AM_PlayerColony</li>
      <value>
      </li>
      </operations>
      </match>
      </Operation>


      IP属地:黑龙江来自Android客户端3楼2024-09-23 16:16
      收起回复