RimWorld
Pas assez d'évaluations
Memory Implants
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Mod, 1.1, 1.2, 1.3, 1.4
Taille du fichier
Publié le
Mis à jour le
1.185 MB
9 mars 2020 à 6h54
20 janv. à 22h02
7 notes de changement ( voir )
Vous devez posséder le ou les DLC requis pour télécharger cet article.

S'abonner pour télécharger
Memory Implants

Description
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 commentaires
Chrido  [créateur] 20 janv. à 22h05 
@kingerman88 Great job! The mod has now been updated with your patch.
kingerman88  [créateur] 18 janv. à 18h30 
*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 25 juin 2023 à 13h37 
*Facepalm*, sometimes I think my brain is permanently on 50% Consciousness. Thanks, I'll check it out!
Chrido  [créateur] 25 juin 2023 à 13h34 
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 25 juin 2023 à 7h19 
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 24 juin 2023 à 10h32 
Alright, I get that! Thanks for the reply. Good luck if you try to do either at some point.
Chrido  [créateur] 24 juin 2023 à 8h09 
It's a good idea but I don't know how to do it. In game mod settings would be even better.
Xercaine 24 juin 2023 à 7h57 
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  [créateur] 16 juin 2023 à 9h07 
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  [créateur] 15 juin 2023 à 14h09 
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