I tested this.. my only concern now is its not using the skin as configured. .also the text field does not seem to be showing up on the loot..
Radtown Loot config
{
"Short name": "ducttape",
"Min amount": 1,
"Max amount": 10,
"Chance (1 = 100%)": 0.5,
"Skin id": 3475482247,
"Custom name": "Epic Loot",
"Text": "ELCurrency"
},
what it really gives shown below
{
"container": "belt",
"shortname": "ducttape",
"name": "Epic Loot",
"text": null,
"skin": 0,
"amount": 20,
"ammo": 0,
"ammoType": null,
"condition": 0.0,
"conditionMax": 0.0,
"fuel": 0.0,
"frequency": 0,
"position": 2,
"fogImages": null,
"paintImages": null,
"dataInt": 0,
"blueprintAmount": 0,
"blueprintTarget": 0,
"subEntity": 0,
"shouldPool": false,
"contents": null
},
Many Thanks