

More Suits Addon which adds custom materials to be used by other suit mods
MoreMaterials-TransparentMoreMaterials-GlassMoreMaterials-FakeGlassMoreMaterials-TexturePanningMoreMaterials-FlipbookMoreMaterials-DissolveMoreMaterials-Galaxy"MATERIAL": "MATERIAL NAME"json example:
{
"MATERIAL": "MoreMaterials-Transparent"
}
Flipbook material has 3 variables.
_HorizontalFrames (Amount of horizontal frames your texture has. Default 1)_VerticalFrames (Amount of vertical frames your texture has. Default 1)_Animation_Speed (Animation Speed multiplier. Default 5)9 frame json example https://i.imgur.com/PWsw4zt.png
{
"MATERIAL": "MoreMaterials-Flipbook",
"_HorizontalFrames": 3,
"_VerticalFrames": 3,
"_Animation_Speed": 5,
}
https://i.imgur.com/PWsw4zt.png
Dissolve material has 1 variable.
_DissolveColor (Default "0, 0.8338394, 1, 1")Galaxy material has 1 variable.
_TextureScale (Default 3)