RimWorld

RimWorld

Not enough ratings
[B19] SwimmingKit
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
274.864 KB
3 Sep, 2018 @ 7:41pm
3 Sep, 2018 @ 8:37pm
2 Change Notes ( view )

Subscribe to download
[B19] SwimmingKit

Description



[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 Comments
Be_Le_Me 18 Oct, 2018 @ 11:56pm 
Thank you! <3
pyrce  [author] 18 Oct, 2018 @ 11:29pm 
Updated (link in the description)
Be_Le_Me 17 Oct, 2018 @ 4:47pm 
I hope there is a 1.0 update coming soon. Love your mod!
Latex Santa 26 Sep, 2018 @ 1:16am 
Excellent work, pyrce. An auspicious start to an ambitious project.
Mirith 13 Sep, 2018 @ 10:46am 
welp, now I'm waiting for joy swimming mod, gotta build a beach house with palms and drinks.
pyrce  [author] 10 Sep, 2018 @ 10:24am 
Hmm I'll take a look about attacking while swimming. Not sure if that would be easy or insanely hard to change :)
dominicawb 8 Sep, 2018 @ 1:01pm 
Is it possible to add some thing so pawns cant attack while swimming?
MiamiHurricane 8 Sep, 2018 @ 5:37am 
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