Hey, I was curious if I a doing this right. I am trying to make it so an item has a chance of spawning as one item or two. Can you check my code and see if this is how you do it?
{
"Item Shortname": "shelves",
"Item Name (Empty To Ignore)": "",
"Is Blueprint": false,
"Allow Stacking": true,
"Conditions": [
{
"Condition": 100.0,
"Chance": 1
}
],
"Skins": [
{
"Skin": 0,
"Chance": 1
}
],
"Amount": [
{
"Amount": 1,
"Rate": -1.0,
"Chance": 50
},
{
"Amount": 2,
"Rate": -1.0,
"Chance": 50
}
],
"Chance": 6
}
{
"Item Shortname": "shelves",
"Item Name (Empty To Ignore)": "",
"Is Blueprint": false,
"Allow Stacking": true,
"Conditions": [
{
"Condition": 100.0,
"Chance": 1
}
],
"Skins": [
{
"Skin": 0,
"Chance": 1
}
],
"Amount": [
{
"Amount": 1,
"Rate": -1.0,
"Chance": 50
},
{
"Amount": 2,
"Rate": -1.0,
"Chance": 50
}
],
"Chance": 6
}