Files
flan 2d46fef192 Re-package the aggregate: bundle Ward + ship the policing layer
Fold Ward into the single Institution install as its psychiatric-care
layer. package.sh now builds Ward clean and vendors Ward.dll plus its
defs and textures alongside the other layers, and the settings shim
gains a Ward (psychiatric care) checkbox that writes the shared
InstitutionSettings.ward flag.

Re-assembling also carries in Justice's now-shipping policing defs (the
constable work type and crime thoughts), so the aggregate finally
bundles colony crime and the weighed arrest as well. README updated to
five layers over one Core with policing shipped and Ward folded in;
adds the changelog, the Workshop preview, and the preview generator.
2026-07-15 20:10:56 +00:00

53 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!--
The thing that turns a room full of prisoner beds into a ward rather than a cell block.
It is deliberately cheap: the cost of a ward is not the furniture, it is the warden hours
and the labour you give up by not putting the patient to work.
-->
<ThingDef ParentName="BuildingBase">
<defName>Ward_TreatmentStation</defName>
<label>treatment station</label>
<description>A desk, a chair bolted to the floor, and a locked cabinet of sedatives. A warden set to psychiatric care will use it to counsel patients held in this room.\n\nA room containing one is treated as a psychiatric ward rather than a prison cell. Whether that is a mercy depends entirely on how you run it.</description>
<thingClass>Building</thingClass>
<graphicData>
<texPath>Things/Building/Ward/TreatmentStation</texPath>
<!-- Single, not Multi: one texture, no _north/_east/_south/_west set to keep in sync. -->
<graphicClass>Graphic_Single</graphicClass>
<drawSize>(2,1)</drawSize>
<damageData>
<rect>(0,0.05,2,0.9)</rect>
</damageData>
</graphicData>
<castEdgeShadows>true</castEdgeShadows>
<altitudeLayer>Building</altitudeLayer>
<passability>PassThroughOnly</passability>
<pathCost>60</pathCost>
<blockWind>false</blockWind>
<fillPercent>0.4</fillPercent>
<statBases>
<MaxHitPoints>120</MaxHitPoints>
<WorkToBuild>1600</WorkToBuild>
<Flammability>1.0</Flammability>
<Beauty>0</Beauty>
</statBases>
<size>(2,1)</size>
<costList>
<Steel>40</Steel>
<MedicineIndustrial>2</MedicineIndustrial>
</costList>
<researchPrerequisites>
<li>MedicineProduction</li>
</researchPrerequisites>
<designationCategory>Misc</designationCategory>
<rotatable>true</rotatable>
<selectable>true</selectable>
<terrainAffordanceNeeded>Light</terrainAffordanceNeeded>
<building>
<ai_chillDestination>false</ai_chillDestination>
</building>
</ThingDef>
</Defs>