边缘世界 RimWorld

边缘世界 RimWorld

评价数不足
Memory Implants
   
奖励
收藏
已收藏
取消收藏
Mod, 1.1, 1.2, 1.3, 1.4
文件大小
发表于
更新日期
1.185 MB
2020 年 3 月 9 日 上午 6:54
2024 年 1 月 20 日 下午 10:02
7 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
Memory Implants

描述
This mod adds implants similar to Neural Computation, but for memory to slow the rate of skill loss to 20% of the original value. Together with Great Memory trait the skill loss will be just 10%.

The drawback is that the pawn will get brain shocked by EMP damage.

Requires Neural Computation research to build it.

Memory assistant
Skill loss rate x 20%

REQUIRES ROYALTY DLC!

This mod can be added to an existing game.

Compatible with VanillaSkillsExpanded (Thanks to kingerman88)

28 条留言
Chrido  [作者] 2024 年 1 月 20 日 下午 10:05 
@kingerman88 Great job! The mod has now been updated with your patch.
kingerman88  [作者] 2024 年 1 月 18 日 下午 6:30 
*Half a year later*

Was looking through my mods for my next mod list and remembered this mod. Way late, but ended up making a transpiler for this and sent a GitHub pull request. Feel free to give it a look and a try, from my testing everything functioned the same.
Xercaine 2023 年 6 月 25 日 下午 1:37 
*Facepalm*, sometimes I think my brain is permanently on 50% Consciousness. Thanks, I'll check it out!
Chrido  [作者] 2023 年 6 月 25 日 下午 1:34 
Check the comment before your first post. I'm linking to the github repository of the mod. You are welcome to take the code and make your own version of it.
Xercaine 2023 年 6 月 25 日 上午 7:19 
One last question; could you maybe include the source in the mod? I tried decompiling for a personal version, but I'm out of my depth, as usual.
Xercaine 2023 年 6 月 24 日 上午 10:32 
Alright, I get that! Thanks for the reply. Good luck if you try to do either at some point.
Chrido  [作者] 2023 年 6 月 24 日 上午 8:09 
It's a good idea but I don't know how to do it. In game mod settings would be even better.
Xercaine 2023 年 6 月 24 日 上午 7:57 
Would you consider having the skill loss as XML? I wanted to make a patch that sets it to x0%, but saw that it's hardcoded, so I just thought I'd ask.
Chrido  [作者] 2023 年 6 月 16 日 上午 9:07 
Thanks for reporting.

Here is the source code for this mod https://github.com/jonaslarsson/rimworld-memoryimplants/blob/master/Source_VS2019/MemoryImplants/Patch_SkillRecordInterval.cs

You are welcome to try to make a version of this mod that is compatible with VanillaSkillsExpanded.
kingerman88  [作者] 2023 年 6 月 15 日 下午 2:09 
Great mod, tho I found that this mod breaks the forget speed of the mod Vanilla Skills Expanded. The destructive nature of the prefix causes the VSE mod's transpiler to be completely ignored. Here's a link to their transpiler https://github.com/Vanilla-Expanded/VanillaSkillsExpanded/blob/main/1.4/Source/VSE/Passions/PassionPatches.cs#L189