边缘世界 RimWorld

边缘世界 RimWorld

评价数不足
[B19] SwimmingKit
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
274.864 KB
2018 年 9 月 3 日 下午 7:41
2018 年 9 月 3 日 下午 8:37
2 项改动说明 ( 查看 )

订阅以下载
[B19] SwimmingKit

描述



[B19] SwimmingKit

A RimWorld mod which adds swimming attribute for pawns to change speeds while in water tiles.

Description

The mod acts as a toolkit for adding swimming statistics to the game. It makes pawns respect a new SwimSpeed baseStat for both moving through water and for planning pathing through water.

In working on another mod it took the better part of a long weekend to get all the various places that needed changing correct, so to save other modders time and to enable adding actual aquatic gear / pawns I put the changes together in this mod.


Change in Terrain

This mod makes Ocean and DeepWater tiles accessible. Normal pawns will move very very slow through ocean, but it is possible for pawns and items to now be in Ocean. If a pawn has SwimSpeed it will travel much quicker through ocean tiles.


How to Use

Adding the `SwimSpeed` to any `ThingDef`'s `statBases` will apply swim speed when in water tiles.

<ThingDef ParentName="AnimalThingBase" ADogSaidBody="Tail"> <defName>Turtle</defName> <label>turtle</label> <description>A tortoise that likes water</description> <statBases> <MoveSpeed>1</MoveSpeed> <!-- This makes turtle have a base speed of 4 in water --> <SwimSpeed>4</SwimSpeed> </statBases> </ThingDef>

For more details please read the Github SwimmingKit page[github.com].


Credits

Icon Graphic Base[www.freeiconspng.com]
Powered by Harmony Patch Library[github.com]
8 条留言
Be_Le_Me 2018 年 10 月 18 日 下午 11:56 
Thank you! <3
pyrce  [作者] 2018 年 10 月 18 日 下午 11:29 
Updated (link in the description)
Be_Le_Me 2018 年 10 月 17 日 下午 4:47 
I hope there is a 1.0 update coming soon. Love your mod!
Latex Santa 2018 年 9 月 26 日 上午 1:16 
Excellent work, pyrce. An auspicious start to an ambitious project.
Mirith 2018 年 9 月 13 日 上午 10:46 
welp, now I'm waiting for joy swimming mod, gotta build a beach house with palms and drinks.
pyrce  [作者] 2018 年 9 月 10 日 上午 10:24 
Hmm I'll take a look about attacking while swimming. Not sure if that would be easy or insanely hard to change :)
dominicawb 2018 年 9 月 8 日 下午 1:01 
Is it possible to add some thing so pawns cant attack while swimming?
MiamiHurricane 2018 年 9 月 8 日 上午 5:37 
i wish it would automatically check which thing had the thingdef for a move speed to auto apply a swimspeed....but yes there are some thigns that wouldnt swim like a tortiose... we need real turtles