Update Legion apparel and currency item stats

Removed excess whitespace and standardized formatting in ThingDefs_Apparel.xml. Added useHitPoints, DeteriorationRate, and Flammability to Caesar's Robes. In Items_FCP_Currencies_Legion.xml, increased MarketValue and set Flammability to 0 for Legion Denarius. Also updated XML headers for both files.
This commit is contained in:
RickGrymes
2025-12-28 01:49:17 -06:00
parent c39191c8e0
commit 0d3669a3d7
2 changed files with 12 additions and 53 deletions
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--__________ Currencies __________-->
@@ -21,8 +21,9 @@
<resourceReadoutAlwaysShow>true</resourceReadoutAlwaysShow>
<statBases>
<RoyalFavorValue>0.002</RoyalFavorValue>
<MarketValue>4</MarketValue>
<MarketValue>10000</MarketValue>
<Mass>0.002</Mass>
<Flammability>0</Flammability>
</statBases>
<thingCategories>
<li>FCP_Currencies_Legion</li>
@@ -33,4 +34,4 @@
<possessionCount>10</possessionCount>
</ThingDef>
</Defs>
</Defs>