Garbab-SUSPalettes icon

SUSPalettes

New Palettes for rundown devs to add to their rundown, as I do not have a way for it to add itself automatically since this is not a plugin.

Last updated a year ago
Total downloads 3680
Total rating 1 
Categories Dev Tools
Dependency string Garbab-SUSPalettes-1.2.0
Dependants 9 other packages depend on this package

This mod requires the following mods to function

Frog-DeviousLick-2606.9400.995 icon
Frog-DeviousLick

peeing

Preferred version: 2606.9400.995
Frog-CleanClothes-1.0.3 icon
Frog-CleanClothes

Reduce dirt and wear on vanity items

Preferred version: 1.0.3

README

Description

This mod is an assetpack that contains custom palettes, These palettes have to be added manually by rundown devs to their datablock. Please place the below information in their correct datablocks.

CustomAssetShardDataBlock

Place the below information in the VanityItems section

        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Beck-E.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Blackout.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Frog.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Frostbite-Alt.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Frostbite.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Gigavirgin.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Luigi.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Mario.prefab",
          "Shard": 0
        },        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Purple Splash.prefab",
          "Shard": 0
        },   
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Sea Sharp.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Violet Violence.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Waluigi.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Wario.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot Cheese.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS01_Carrot McChicken.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb SkinWalker.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb Clown.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V1.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V2.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V3.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V4.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V5.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V6.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V7.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V8.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V9.prefab",
          "Shard": 0
        },
        {
          "AssetPath": "Assets/Asset bundles/PaletteSUS02_Garb V10.prefab",
          "Shard": 0
        }

VanityItemsTemplateDataBlock

Please do not forget to increase the LastPersistentID at the end of the datablock

        {
      "publicName": "Carrot",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot",
      "internalEnabled": true,
      "persistentID": 111
    },
    {
      "publicName": "Beck-E",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Beck-E.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Beck-E",
      "internalEnabled": true,
      "persistentID": 112
    },
    {
      "publicName": "Blackout",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Blackout.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Blackout",
      "internalEnabled": true,
      "persistentID": 113
    },
    {
      "publicName": "Frog",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Frog.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Frog",
      "internalEnabled": true,
      "persistentID": 114
    },
    {
      "publicName": "Frostbite",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Frostbite.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Frostbite",
      "internalEnabled": true,
      "persistentID": 115
    },
    {
      "publicName": "Frostbite-Alt",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Frostbite-Alt.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Frostbite-Alt",
      "internalEnabled": true,
      "persistentID": 116
    },
    {
      "publicName": "Purple Splash",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Purple Splash.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Purple Splash",
      "internalEnabled": true,
      "persistentID": 117
    },
    {
      "publicName": "Violent Violence",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Violet Violence.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Violent Violence",
      "internalEnabled": true,
      "persistentID": 118
    },
    {
      "publicName": "Sea Sharp",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Sea Sharp.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Sea Sharp",
      "internalEnabled": true,
      "persistentID": 119
    },
    {
      "publicName": "Mario",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Mario.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Mario",
      "internalEnabled": true,
      "persistentID": 120
    },
    {
      "publicName": "Luigi",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Luigi.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Luigi",
      "internalEnabled": true,
      "persistentID": 121
    },
    {
      "publicName": "Wario",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Wario.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Wario",
      "internalEnabled": true,
      "persistentID": 122
    },
    {
      "publicName": "Waluigi",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Waluigi.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Waluigi",
      "internalEnabled": true,
      "persistentID": 123
    },
    {
      "publicName": "Gigavirgin",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Gigavirgin.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Gigavirgin",
      "internalEnabled": true,
      "persistentID": 124
    },
    {
      "publicName": "Cheese",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot Cheese.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_Cheese",
      "internalEnabled": true,
      "persistentID": 125
    },
    {
      "publicName": "McChicken",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS01_Carrot McChicken.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Carrot_McChicken",
      "internalEnabled": true,
      "persistentID": 126
    },
    {
      "publicName": "SkinWalker",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb SkinWalker.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_SkinWalker",
      "internalEnabled": true,
      "persistentID": 127
    },
    {
      "publicName": "Clown",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb Clown.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_Clown",
      "internalEnabled": true,
      "persistentID": 128
    },
    {
      "publicName": "V1",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V1.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V1",
      "internalEnabled": true,
      "persistentID": 129
    },
    {
      "publicName": "V2",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V2.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V2",
      "internalEnabled": true,
      "persistentID": 130
    },
    {
      "publicName": "V3",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V3.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V3",
      "internalEnabled": true,
      "persistentID": 131
    },
    {
      "publicName": "V4",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V4.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V4",
      "internalEnabled": true,
      "persistentID": 132
    },
    {
      "publicName": "V5",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V5.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V5",
      "internalEnabled": true,
      "persistentID": 133
    },
    {
      "publicName": "V6",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V6.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V6",
      "internalEnabled": true,
      "persistentID": 134
    },
    {
      "publicName": "V7",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V7.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V7",
      "internalEnabled": true,
      "persistentID": 135
    },
    {
      "publicName": "V8",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V8.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V8",
      "internalEnabled": true,
      "persistentID": 136
    },
    {
      "publicName": "V9",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V9.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V9",
      "internalEnabled": true,
      "persistentID": 137
    },
    {
      "publicName": "V10",
      "type": 4,
      "prefab": "Assets/Asset bundles/PaletteSUS02_Garb V10.prefab",
      "DropWeight": 1.0,
      "icon": "",
      "name": "SUSPalette Garb_V10",
      "internalEnabled": true,
      "persistentID": 138
    }