GTFO-Modding / ExtraEnemyCustomization

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

KnockbackAttack Custom #4

Closed Flowaria closed 2 years ago

Flowaria commented 2 years ago

Ability.json

"KnockbackAttackCustom": [
        {
            "Enabled": true,
            "DebugName": "Everything",
            "Target": {
                "Mode": "Everything",
                "persistentIDs": [],
                "nameParam": "",
                "nameIgnoreCase": true
            },
            "MeleeData": {
                "Velocity": 10.0,
                "VelocityZ": 6.0,
                "DoMultDistance": false,
                "DoMultDistanceZ": false
            },
            "TentacleData": {
                "Velocity": -1.5,
                "VelocityZ": 9.0,
                "DoMultDistance": true,
                "DoMultDistanceZ": false
            }
        }
    ]