mirror of
https://github.com/FalloutCollaborationProject/FCP-NCR.git
synced 2026-07-27 17:00:12 -07:00
This commit standardizes XML formatting across multiple definition files by correcting inconsistent indentations, adding missing newlines at end of files, and ensuring consistent tag alignment. No functional changes were made to the data or logic.
17 lines
414 B
XML
17 lines
414 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
|
|
<!--__________ Currencies ___________-->
|
|
|
|
<!-- NCR Dollar -->
|
|
|
|
<ThingCategoryDef>
|
|
<defName>FCP_Currencies_NCR</defName>
|
|
<label>currencies NCR</label>
|
|
<parent>Manufactured</parent>
|
|
<iconPath>Things/Items/Currencies/FCP_NCR_Dollar_Currency/FCP_NCR_Dollar_Currency_c</iconPath>
|
|
<resourceReadoutRoot>true</resourceReadoutRoot>
|
|
</ThingCategoryDef>
|
|
|
|
</Defs>
|