Can't change the price of the L96Solved
Hey Guys,
I cant Change the Price or Disable the L96.
Please Update or tell me to fix this.

The L96 is not Listed in the DataJson.
You can do it sort of similar to this https://umod.org/community/557-compound-options/1543-smoke-grenades-how-to-add-them

{
"_comment": "Sell L96 x 1 for Scrap x 500",
"sellId": 1726944,
"sellAmount": 500,
"sellAsBP": false,
"currencyId": -932201673,
"currencyAmount": 1,
"currencyAsBP": false
}

(I think that's the correct sellid? When I spawned the L96 Entity in game I got that as an ID so hope it works.)


Try this (works for me):
{
"_comment": "Sell L96 x 1 for Scrap x 500",
"sellId": -778367295,
"sellAmount": 500,
"sellAsBP": false,
"currencyId": -932201673,
"currencyAmount": 1,
"currencyAsBP": false
},

never mind
Locked automatically