Floogen / AlternativeTextures

Framework which allows for placeable objects, buildings and entities to have texture variety in Stardew Valley.
GNU General Public License v3.0
14 stars 12 forks source link

Implement ManualVariations property #4

Closed Floogen closed 2 years ago

Floogen commented 2 years ago

Example:

ManualVariations:
[
    {
        Id: 0,
        ChanceWeight: 0.3
    },
    {
        Id: 1,
        ChanceWeight: 0.3
    }
]

See #5 for Weight property.