This commit is contained in:
ProjectKoi-Kalo\Kalo 2025-05-11 23:53:27 +08:00
parent a11e615c55
commit 3f53ae420f

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<ThingDef Name="SimpleLootBoxBase" ParentName="ResourceBase" Abstract="True">
<thingClass>ThingWithComps</thingClass>
<graphicData>
<graphicClass>Graphic_Single</graphicClass><!-- Using Graphic_StackCount, the item's texture will reflect its stack count -->
</graphicData>
<stackLimit>10</stackLimit><!-- Stack count of the item -->
<techLevel>Medieval</techLevel><!-- The item's tech level; it does not affect any functionality and is purely a special tag -->
<thingCategories><!-- Item category -->
<li>Artifacts</li>
</thingCategories>
<tradeTags><!-- Item trade tags -->
<li>Artifacts</li>
</tradeTags>
</ThingDef>
<ThingDef ParentName="SimpleLootBoxBase">
<defName>SimpleLootBoxExampleA</defName>
<label>白银大行动武器箱</label>