As the title says, Im not really sure how I'm messing things up but I'm trying to add electrical stuff to the shop but seem to screw it up everytime, does anyone got a config made with all the updated things?
New updated config?
Hello, I will be pushing out an update on Monday morning. It will have all 643 items into the new default config coming.
For now though simply do;
//Game item shortname and the name of what you want to call it at the top.
"Fuse": { //<You can name this literally anything in the JSON file. (This is the name you call in the shop section)
"buy": "100", //<Amount you want to charge the players in the shop for that item.
"item": "fuse", //<This here is the item shortname, found on https://www.corrosionhour.com/rust-item-list/
"sell": "10" //<Amount you want them to get for selling an item on the shop.
},
"Shop - Shop Icon Url": "LogoLink",
"Shop - Shop List": {
"Items": { //<Shop Tab Name (You can put the items in whatever category you want.)
"buy": [
"Fuse" //<Item name whatever you called it above ^
],
"description": "You currently have {0} coins to spend in the attire shop",
"name": "Fuse", //<Description of what you want the Shop Category to say to people.
"sell": [
"Fuse" //<Item name whatever you called it above ^
]
},