GTFO-Modding / ExtraEnemyCustomization

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

Added Scanner Custom #1

Closed Flowaria closed 2 years ago

Flowaria commented 2 years ago
Under the Model.json...

"ScannerCustom": [
        {
            "Enabled": true,
            "DebugName": "All",
            "Target": {
                "Mode": "Everything",
                "persistentIDs": [],
                "nameParam": "",
                "nameIgnoreCase": true
            },
            "DefaultColor": "#b3b3b3",
            "DefaultSize": 1.0,
            "WakeupColor": "#ff1a1a",
            "WakeupSize": 1.0,

            "UsingDetectionColor": true,
            "DetectionColor": "#B18904",
            "DetectionSize": 1.0,
            "HeartbeatColor": "#F78181",
            "HeartbeatSize": 1.0
        }
    ]
Dexusan commented 2 years ago

No major issues found, easing when state transitioning could be implemented though.