42 lines
2.4 KiB
XML
42 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!--
|
|
Copyright 2025 Maciej Pawłowski
|
|
|
|
This file is part of "Maciek's Big and Small unofficial addon - Anomaly".
|
|
|
|
"Maciek's Big and Small unofficial addon - Anomaly" is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
|
|
"Maciek's Big and Small unofficial addon - Anomaly" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License along with "Maciek's Big and Small unofficial addon - Anomaly". If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<Defs>
|
|
<PsychicRitualDef_Megaphagy>
|
|
<defName>Megaphagy</defName>
|
|
<label>megaphagy</label>
|
|
<description>Induce a distant archotech to transfer entropy from one person to another. This causes the target to rapidly lose mass while the invoker becomes larger. The target will suffer brain damage, causing them to fall into a coma for several days.</description>
|
|
<researchPrerequisite>Chronophagy</researchPrerequisite>
|
|
<outcomeDescription>With the current ritual quality, the invoker will steal {0} of the target's size.\n\nThe invoker will experience heightened metabolic needs and the target will fall into a coma.</outcomeDescription>
|
|
<targetRole>MegaphagyTarget</targetRole>
|
|
<hoursUntilOutcome>4</hoursUntilOutcome>
|
|
<requiredOffering>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Bioferrite</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>20</count>
|
|
</requiredOffering>
|
|
<cooldownHours>120</cooldownHours>
|
|
<sizeTransferredFromQualityRange>0.01~0.05</sizeTransferredFromQualityRange>
|
|
<iconPath>UI/PsychicRituals/PsychicRitual_SkipAbduction</iconPath>
|
|
</PsychicRitualDef_Megaphagy>
|
|
|
|
<PsychicRitualRoleDef>
|
|
<defName>MegaphagyTarget</defName>
|
|
<label>target</label>
|
|
<allowedCount>1</allowedCount>
|
|
<allowedConditions>Default, Downed, Prisoner, Sleeping, IdeoUnwilling</allowedConditions>
|
|
<applyPowerOffset>false</applyPowerOffset>
|
|
</PsychicRitualRoleDef>
|
|
</Defs>
|