RimWorld
429 คะแนน
Dynamic Weapon Cooldown
2
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
Mod, 1.4, 1.5, 1.6
ขนาดไฟล์
โพสต์
อัปเดต
208.772 KB
20 ก.ย. 2023 @ 8: 38am
8 ต.ค. @ 1: 27pm
7 หมายเหตุการเปลี่ยนแปลง ( ดู )
คำอธิบาย
The cooldown of any weapon now depends on the manipulation capacity of the pawn holding it.
Have fun creating legit supersoldiers.

Also consider checking out Quality Cooldown and Simple Prosthetics Rebalance to make this mod even more o̶v̶e̶r̶p̶o̶w̶e̶r̶e̶d̶ fun.

Safe to add/remove from a current playthrough.

And, just to clarify, it does work with Combat Extended.
93 ความเห็น
DanZinagri 9 ชั่วโมงที่ผ่านมา 
ok i swapped the patch on my end to target these statDefs and it seemingly worked
DanZinagri 9 ชั่วโมงที่ผ่านมา 
It looks like they deleted their own and opted to use the core game's MeleeCooldownFactor and RangedCooldownFactor so it might be possible to attach the patch to those statDefs
DanZinagri 10 ชั่วโมงที่ผ่านมา 
ความเห็นนี้กำลังรอการวิเคราะห์ด้วยระบบตรวจสอบเนื้อหาอัตโนมัติของเรา และจะถูกซ่อนไว้ชั่วคราว จนกว่าเราจะตรวจสอบว่าไม่มีเนื้อหาที่เป็นอันตราย (เช่น ลิงก์ไปยังเว็บไซต์ที่พยายามขโมยข้อมูล)
Ash_YO 14 ต.ค. @ 4: 46am 
Amazing mod, thanks!
PixelBirb  [ผู้สร้าง] 8 ต.ค. @ 1: 29pm 
damn, my bad, didn't notice that
Basically did the same thing RadioDoggo did, now it should work as intended, with the same (un)balance
RadioDoggo 8 ต.ค. @ 1: 24pm 
Yep, having the same issue. I fixed it by going into Patches/CooldownPatch.xml in the mod files and getting rid of the " - " symbols for the scale values.

So <scale>-1<scale> was changed to <scale>1<scale>. Repeat for all four of those in the file. Worked like a charm right after :steamthumbsup:
ZeroNoPocky 8 ต.ค. @ 12: 31pm 
Manipulation above 100% affect "Range attack speed factor" to turn into negative instead, causing pawn to be shooting slower
JamieDave 7 ต.ค. @ 9: 00pm 
Manipulation capacity now increases weapon cooldown after the update instead of decrease. Maybe because the new def is "AttackSpeed" rather than "Cooldown"?
PixelBirb  [ผู้สร้าง] 7 ต.ค. @ 10: 45am 
Mod is now updated. VEF split the cooldown stat into two separate ones for melee and ranged. My patch now affects both in the same way, like it did before. Apologies for such a delay for a trivial fix
benny30912 6 ต.ค. @ 10: 01am 
As @xuelin mentioned, the recent VEF update split VEF_VerbCooldownFactor into VEF_RangedCooldownFactor, VEF_MeleeAttackSpeedFactor, and VEF_RangeAttackSpeedFactor.

You can simply open the Patches\CooldownPatch.xml file and change [defName = "VEF_VerbCooldownFactor"] to one of those. At least it will prevent the error log from appearing, though I’m not sure if it actually works as intended.