mirror of
https://github.com/FalloutCollaborationProject/FCP-Caesars-Legion.git
synced 2026-07-27 17:00:20 -07:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user