mirror of
https://github.com/FalloutCollaborationProject/FCP-Caesars-Legion.git
synced 2026-07-27 17:00:20 -07:00
Add ApparelArmor category to Legion armor items
Added the ApparelArmor thing category to Legion Tunic, Legion Plate, and Legion Vest definitions to ensure proper categorization and compatibility with systems relying on apparel categories.
This commit is contained in:
@@ -580,6 +580,9 @@
|
||||
<texPath>Apparel/Legion_Armor/Legion_Tunic/FCP_Legion_Tunic</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<thingCategories>
|
||||
<li>ApparelArmor</li>
|
||||
</thingCategories>
|
||||
<statBases>
|
||||
<MaxHitPoints>200</MaxHitPoints>
|
||||
<WorkToMake>8200</WorkToMake>
|
||||
@@ -633,6 +636,9 @@
|
||||
<texPath>Apparel/Legion_Armor/Legion_Plate/FCP_Legion_Plate</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<thingCategories>
|
||||
<li>ApparelArmor</li>
|
||||
</thingCategories>
|
||||
<statBases>
|
||||
<MaxHitPoints>200</MaxHitPoints>
|
||||
<WorkToMake>1000</WorkToMake>
|
||||
@@ -685,6 +691,9 @@
|
||||
<texPath>Apparel/Legion_Armor/Legion_Vest/FCP_Legion_Vest</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<thingCategories>
|
||||
<li>ApparelArmor</li>
|
||||
</thingCategories>
|
||||
<statBases>
|
||||
<MaxHitPoints>200</MaxHitPoints>
|
||||
<WorkToMake>700</WorkToMake>
|
||||
|
||||
Reference in New Issue
Block a user