#How do I reduce the driability when a player use the item?

1 messages · Page 1 of 1 (latest)

golden elm
#

How do I reduce the driability when a player use the item?

stuck arch
#

When attacking or when using(right click)?

golden elm
#

@stuck arch when using right click

stuck arch
#

I suggest to use bridge to make your addon, it have auto completion

#

Aight, I'll send you the example

stuck arch
#
            "grind": {
                "damage": {
                    "type": "all",
                    "amount": 1,
                    "target": "self"
                }
            }
        } ```
#

@golden elm