Nogg-aholic / ContentLib

3 stars 2 forks source link

Investigate nuclear fuel rod patch support #12

Open budak7273 opened 3 hours ago

budak7273 commented 3 hours ago

This patch was reported as not working but it should probably work?

https://discord.com/channels/555424930502541343/601030071221878784/1298659658830970951

They were able to use CDOs to change it without issue

GizasV commented 3 hours ago

The CDO i used that worked note: the Value of "mSpentFuelClass" property needs to be the full path


{
  "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/main/JsonSchemas/CL_CDO.json",
  "Class": "/Game/FactoryGame/Resource/Parts/NuclearFuelRod/Desc_NuclearFuelRod.Desc_NuclearFuelRod_C",
  "Edits": [
    {
      "Property": "mAmountOfWaste",
      "Value": 1
    },
    {
      "Property": "mSpentFuelClass",
      "Value": "/Game/FactoryGame/Resource/Parts/NuclearFuelRod/Desc_NuclearFuelRod.Desc_NuclearFuelRod_C"
    }
  ]
}