RimWorld

RimWorld

ActiveResponseTraining (Splitted Hunt, Melee and Shooting Training)
Suggestion
Well ive had an idea, which i have added on the mod on my pc myself, but maybe would be usefull for other players too.

I noticed that the left and right side of the shooting range where kinda only for decoration. soo, i thought it would be nice to add the following lines. since this adds a little use for the left and right side other than just being decoration for personal eyes (not pawn eyes)

This to the left and right side
<comps>
<li Class="CompProperties_Facility">
<statOffsets>
<WorkTableWorkSpeedFactor>(Number of choice)</WorkTableWorkSpeedFactor>
</statOffsets>
<maxSimultaneous>1</maxSimultaneous>
<maxDistance>5.0</maxDistance>
</li>
</comps>
<placeWorkers>
<li>PlaceWorker_ShowFacilitiesConnections</li>
</placeWorkers>


And than this one to the shooting range itself:

<comps>
<li Class="CompProperties_AffectedByFacilities">
<linkableFacilities>
<li>ShootingRangeLeft</li>
<li>ShootingRangeRight</li>
</linkableFacilities>
</li>
</comps>
<placeWorkers>
<li>PlaceWorker_ShowFacilitiesConnections</li>
</placeWorkers>
Last edited by l GH l NDCasmera; Dec 28, 2021 @ 1:10am