Skip to content

Instantly share code, notes, and snippets.

@sarimoko
Created February 17, 2018 14:35
Show Gist options
  • Save sarimoko/c3dc8fc31d0da17727d16a1121a9f22c to your computer and use it in GitHub Desktop.
Save sarimoko/c3dc8fc31d0da17727d16a1121a9f22c to your computer and use it in GitHub Desktop.
a template for the Rust Oxide mod Skins at https://oxidemod.org/plugins/skins.2431/
{
"ChatCommand": "skin",
"PreventDefaultSkins": false,
"Workshop": {
"##############################": [],
"# A r m o r s ": [],
"##############################": [],
"bucket.helmet": [],
"coffeecan.helmet": [],
"metal.facemask": [],
"metal.plate.torso": [],
"roadsign.jacket": [],
"roadsign.kilt": [],
"riot.helmet": [],
"##############################": [],
"# C l o t h i n g ": [],
"##############################": [],
"attire.hide.boots": [],
"attire.hide.helterneck": [],
"attire.hide.pants": [],
"attire.hide.poncho": [],
"attire.hide.skirt": [],
"attire.hide.vest": [],
"burlap.gloves": [],
"burlap.headwrap": [],
"burlap.shirt": [],
"burlap.shoes": [],
"burlap.trousers": [],
"deer.skull.mask": [],
"jacket": [],
"jacket.snow": [],
"hat.beenie": [],
"hat.boonie": [],
"hat.cap": [],
"hat.miner": [],
"hoodie": [],
"mask.bandana": [],
"mask.balaclava": [],
"pants": [],
"pants.shorts": [],
"shirt.collared": [],
"shirt.tanktop": [],
"shoes.boots": [],
"tshirt": [],
"tshirt.long": [],
"##############################": [],
"# D e p l o y a b l e s ": [],
"##############################": [],
"barricade.concrete": [],
"barricade.sandbags": [],
"box.wooden": [],
"box.wooden.large": [],
"chair": [],
"door.hinged.metal": [],
"door.hinged.toptier": [],
"door.hinged.wood": [],
"fridge": [],
"furnace": [],
"locker": [],
"rug": [],
"rug.bear": [],
"sleepingbag": [],
"table": [],
"target.reactive": [],
"vending.machine": [],
"wall.frame.garagedoor": [],
"water.purifier": [],
"##############################": [],
"# F u n / M i s c ": [],
"##############################": [],
"fun.guitar": [],
"##############################": [],
"# T o o l s ": [],
"##############################": [],
"hammer": [],
"hatchet": [],
"icepick.salvaged": [],
"pickaxe": [],
"rock": [],
"stonehatchet": [],
"stone.pickaxe": [],
"##############################": [],
"# W e a p o n s # Explosives ": [],
"##############################": [],
"explosive.satchel": [],
"grenade.f1": [],
"##############################": [],
"# W e a p o n s # Ranged": [],
"##############################": [],
"crossbow": [],
"pistol.eoka": [],
"pistol.python": [],
"pistol.revolver": [],
"pistol.semiauto": [],
"rifle.ak": [],
"rifle.bolt": [],
"rifle.semiauto": [],
"rocket.launcher": [],
"shotgun.double": [],
"shotgun.pump": [],
"shotgun.waterpipe": [],
"smg.2": [],
"smg.mp5": [],
"smg.thompson": [],
"##############################": [],
"# W e a p o n s # Melee": [],
"##############################": [],
"bone.club": [],
"knife.bone": [],
"longsword": [],
"salvaged.sword": [],
"######################################################": [],
"# E N D - make sure no comma on last line of brackets ": [],
"######################################################": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment