原始猫药水持续时间

原始猫药水持续时间

将猫药水持续时间更改为1.21更新前的状态。

游戏玩法变更

这是一个小型模组,将猫眼药水的持续时间改回 1.21 更新前的状态。

猫: 60 秒 → 240 秒(4 分钟) 强化猫: 120 秒 → 480 秒(8 分钟) 超级猫: 180 秒 → 720 秒(12 分钟)

这对于像 Atmospheric Nights 这样使游戏明显变暗的模组很有用。

要安装,请将 modOriginalCatPotionDuration 文件夹放入您的 Mods 文件夹中。

受影响的文件: content/gameplay/items/def_item_alchemy_potion.xml

<?xml version="1.0" encoding="utf-8"?>
<Defs>
  
  <ItemDef ParentName="BasePotion">
    <defName>AlchemyPotion</defName>
    <label>炼金药水</label>
    <description>一瓶神秘的炼金药水,据说能带来意想不到的效果。</description>
    <graphicPath>Things/Item/Alchemy/Potion</graphicPath>
    <statBases>
      <MarketValue>75</MarketValue>
      <Mass>0.5</Mass>
      <StackLimit>10</StackLimit>
    </statBases>
    <thingCategories>
      <li>Drugs</li>
    </thingCategories>
    <ingestible>
      <drugCategory>Social</drugCategory>
      <outcomeDoers>
        <li Class="IngestionOutcomeDoer_GiveHediff">
          <hediffDef>AlchemyEffect</hediffDef>
          <severity>0.5</severity>
        </li>
      </outcomeDoers>
    </ingestible>
  </ItemDef>
</Defs>