边缘世界 RimWorld

边缘世界 RimWorld

评价数不足
No butchering Animal Colony debuff B19
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
13.722 KB
2018 年 9 月 25 日 上午 2:19
1 项改动说明 ( 查看 )

订阅以下载
No butchering Animal Colony debuff B19

描述
This mod changes two things :

- the value of the social debuff for a pawn killing a colony animal (butchering it) : to 0 from -5.
- the stacking of this debuff (initial one is 1 per pawn). passing it to 0 per pawn remove this debuff from the game.

Why this two changes ?
Because the debuff is not remove as soon you charge a save. He is removed only when the pawn is killing (again) an animal (reseting the debuff). So changing the debuff value is for the retroactive effect and remove the stacking is for the rest of your game.

(sorry for this english, probably a lot of mistake but not my main language...)

B19 note : due to ingame change, this mod shouldn't work anymore in B18 version. B18 version still available here : https://psteamcommunity.yuanyoumao.com/sharedfile

V1.0 : https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1545537836
3 条留言
Teneombre  [作者] 2018 年 10 月 22 日 上午 9:11 
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1545537836 Version 1.0
There is no change in the code but I choose to make a new, clean 1.0 mod.
Teneombre  [作者] 2018 年 9 月 26 日 下午 3:26 
Choose : be more respectfull or upload your mod. I'm not ur ♥♥♥♥♥♥♥ maid.
Oniwabanshu 2018 年 9 月 25 日 下午 6:05 
For ♥♥♥♥♥ sake... stop overriding defs...
Here, an A17 patch (you are welcome):
<Patch>

<Operation Class="PatchOperationReplace">
<xpath>/ThoughtDefs/ThoughtDef[defName = "KilledColonyAnimal"]/stages/li/baseOpinionOffset</xpath>
<value>
<baseOpinionOffset>0</baseOpinionOffset>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>/Defs/TaleDef[defName = "KilledColonyAnimal"]/expireDays</xpath>
<value>
<expireDays>0</expireDays>
</value>
</Operation>

</Patch>

No need to give credit