diff --git a/1.6/Defs/ThingDefs_Apparel/ThingDefs_Power_Armor.xml b/1.6/Defs/ThingDefs_Apparel/ThingDefs_Power_Armor.xml index 7704438..4440578 100644 --- a/1.6/Defs/ThingDefs_Apparel/ThingDefs_Power_Armor.xml +++ b/1.6/Defs/ThingDefs_Apparel/ThingDefs_Power_Armor.xml @@ -135,13 +135,13 @@
  • 100 - 20 + 0.595 Fusion Core Fusion Core Needs Fusion Core -
  • Chemfuel
  • +
  • FCP_Item_Fusion_Core
  • true diff --git a/1.6/Defs/ThingDefs_Items/ThingDefs_FusionCore.xml b/1.6/Defs/ThingDefs_Items/ThingDefs_FusionCore.xml new file mode 100644 index 0000000..ccbc176 --- /dev/null +++ b/1.6/Defs/ThingDefs_Items/ThingDefs_FusionCore.xml @@ -0,0 +1,41 @@ + + + + + + + + + FCP_Item_Fusion_Core + + A compact nuclear battery used to power pre-war technology, most notably power armor. These cylindrical power cells contain a highly efficient fusion reaction that can provide energy for extended periods. Extremely valuable and sought after by those who maintain pre-war equipment. Cannot be recharged with current technology. + + Things/Items/FusionCores + Graphic_StackCount + 0.65 + + (1,1) + Middle + Metal_Drop + Metal_Drop + 10 + true + + 450 + 80 + 2.5 + 0.0 + 0 + + +
  • ItemsMisc
  • +
    + true + Sellable + Spacer + +
  • ExoticMisc
  • +
    +
    + +
    diff --git a/1.6/Defs/TraderKindDefs/TraderKindDefs_Power_Armor.xml b/1.6/Defs/TraderKindDefs/TraderKindDefs_Power_Armor.xml index 7a515cc..c23b538 100644 --- a/1.6/Defs/TraderKindDefs/TraderKindDefs_Power_Armor.xml +++ b/1.6/Defs/TraderKindDefs/TraderKindDefs_Power_Armor.xml @@ -66,6 +66,13 @@ 0~1 + + +
  • + FCP_Item_Fusion_Core + 2~6 +
  • + diff --git a/Common/Textures/Things/Items/FusionCores/FCP_Fusion_Core_a.png b/Common/Textures/Things/Items/FusionCores/FCP_Fusion_Core_a.png new file mode 100644 index 0000000..41abac2 Binary files /dev/null and b/Common/Textures/Things/Items/FusionCores/FCP_Fusion_Core_a.png differ diff --git a/Common/Textures/Things/Items/FusionCores/FCP_Fusion_Core_b.png b/Common/Textures/Things/Items/FusionCores/FCP_Fusion_Core_b.png new file mode 100644 index 0000000..190d98b Binary files /dev/null and b/Common/Textures/Things/Items/FusionCores/FCP_Fusion_Core_b.png differ