边缘世界 RimWorld

边缘世界 RimWorld

26 个评价
Implants And Stuff
   
奖励
收藏
已收藏
取消收藏
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
88.071 KB
2020 年 8 月 21 日 上午 1:52
11 月 12 日 上午 10:41
46 项改动说明 ( 查看 )

订阅以下载
Implants And Stuff

描述
Adds several implants (and miscellaneous things) to Rimworld
Including:
Workaholic Implant - Removes need for Recreation
Watcher Implant - Removes need for Rest
Hermit Implant - Removes need for Food

Heat Implant - Increases Comfortable Temperature Range (Hot)
Cold Implant - Increases Comfortable Temperature Range (Cold)

Quickdraw Implant - Severely decreases aiming time. Decreases accuracy.

Ranger Implant - Increases range of ranged weapons (Requires VEF)
Loader Implant - Ranged cooldowns are lowered (Requires VEF)
Danmaku Implant - Almost removes ranged cooldowns. Decreases accuracy. (Requires VEF)
Sniper Implant - Increases range of ranged weapons tremendously. Increases aiming time. (Requires VEF)

Electric Power Arm - Power Arm with more damage.

And tons of unknown, random body-parts made on a whim for testing / debugging.

Special Thanks to: dninemfive (For helping + teaching C# code involved in "Workaholic Implant")
42 条留言
SynthUsami  [作者] 7 月 25 日 上午 3:55 
Danmaku implant is explicitly meant to make your pawn have no cooldown, yes.
crock pot 7 月 25 日 上午 1:23 
The mod still works, however with implants like the danmaku causes a pawn's melee speed to be SIGNIFICANTLY faster, as if they dont have a cooldown.
SynthUsami  [作者] 7 月 21 日 上午 7:13 
If you load it anyway, does it not work?
crock pot 7 月 21 日 上午 5:40 
Hermit implant seems like a very useful implant for my combat clones. Any chance this is still getting an update?
SynthUsami  [作者] 2024 年 6 月 12 日 上午 2:17 
I'm not sure why Steam didn't display any notifications, but at any rate, I've pushed out a little update to address point 1 and point 3.

Point 2 resulted in some other bugs. Let's say I'd rather not risk that.

Thank you very much for these pointers. Wouldn't have thought of that myself.
Fufulog 2024 年 5 月 25 日 下午 8:59 
1000 character limit hurts wanted to be more helpful below. I love this mod a lot.

Personally i reduced the implant market value and nerfed the danmaku implant (to half that of the reloader since both can be implanted at the same time) and it feels really satisfying with all my other mods.

The ultra expensive yokai parts are unchanged and make for really tasty end game goals. Or a really good reason to arrest or betray an allied caravan. Which i never do at all ever otherwise. Very nice mod.
Fufulog 2024 年 5 月 23 日 上午 11:35 
Okay i came back to this one to try and fix it.

1) You duplicated the abstract base classes from Vanilla. You need to make an original name for your abstract base class, best practices include a mod prefix so that there are no future mod conflicts.

Eg Change Name="BodyPartProstheticBase" to Name="IAS_BodyPartProstheticBaseUnmakable" and replace all the ParentName="BodyPartProstheticBase" to the new abstract base class.

I also removed the WorkToMake stat.

As for the other two duplicate abstract base classesi just deleted them. But the above naming rule applies.


2) You were using ParentName="ImplantHediffBase" when you should be using ParentName="AddedBodyPartBase". Implants do not have part efficiency since they do not replace the part. Only the offset applies.

3) Last the self deleting caused by the comps. You are using Class="HediffCompProperties_SelfHeal". But healing is done by reducing severity which deletes the hediff. Delete this and it works.
SynthUsami  [作者] 2024 年 4 月 23 日 上午 12:28 
Worryingly, these are out of the files itself. Meaning I'm not sure what I can feasibly do to fix it on my end.
Fufulog 2024 年 4 月 23 日 上午 12:23 
I used Rimmsqol and checked the properties using that. I didnt modify any of the files directly.

If it isnt in the files then i can only assume its a default assignment.

Here is a picture so you can see what i mean. Green dot on the right is for areas i edited (yes i made your arms even cheatier)
https://ibb.co/vv065yy
SynthUsami  [作者] 2024 年 4 月 22 日 上午 10:08 
How mysterious. There's no mention of this anywhere, in the mod files. What file have you modified?