Files
WulaFallenEmpireRW/1.5/Defs/ThingDefs/WULA_Item.xml
2025-06-25 02:23:22 +08:00

33 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="MealBaseIngredientless">
<defName>WULA_Charge_Cube</defName>
<label>乌拉帝国能源核心</label>
<description>被高度压缩的能源核心,是机械乌拉的能源系统唯一可接受的外部输入性能量来源。</description>
<graphicData>
<texPath>Wula/Item/WULA_Charge_Cube</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<statBases>
<DeteriorationRate>0.01</DeteriorationRate>
<MarketValue>24</MarketValue>
<Mass>0.3</Mass>
<WorkToMake>450</WorkToMake>
<Nutrition>1</Nutrition>
</statBases>
<ingestible>
<preferability>MealSimple</preferability>
<optimalityOffsetHumanlikes>-1000</optimalityOffsetHumanlikes>
<optimalityOffsetFeedingAnimals>-1000</optimalityOffsetFeedingAnimals>
<ingestEffect>EatVegetarian</ingestEffect>
<ingestSound>MechanoidsWakeUp</ingestSound>
</ingestible>
<allowedArchonexusCount>200</allowedArchonexusCount>
<recipeMaker>
<!-- <workAmount>1080</workAmount> -->
<!-- <researchPrerequisite>DeadlifeDust</researchPrerequisite> -->
<displayPriority>0</displayPriority>
</recipeMaker>
</ThingDef>
</Defs>