GTFO-Modding / ExtraEnemyCustomization

Add more Enemy Customization for DataBlock editing
0 stars 2 forks source link

Added SilhouetteCustom #2

Closed Flowaria closed 2 years ago

Flowaria commented 2 years ago

Under Model.json

"SilhouetteCustom": [
        {
            "Enabled": true,
            "DebugName": "All",
            "Target": {
                "Mode": "Everything",
                "persistentIDs": [],
                "nameParam": "",
                "nameIgnoreCase": true
            },
            "DefaultColor": "blue", //Silhouette Color
            "RequireTag": false, //Does it requires bio tag to see the silhouette
            "ReplaceColorWithMarker": true, //Will Silhouette Color changes to tag color when it's tagged?
            "KeepOnDead": false, //Will Silhouette still shows up even enemy dies?
            "DeadEffectDelay": 0.75 //If KeepOnDead set to false, how long it takes to wipe the silhouette?
        }
    ]