Mod Question

Hellow! I`m modding beginner, so I have many question about modding syntax.

At first, do you have list of ‘use_action in json file’?

"use_action": {
        "type": "firestarter",
        "moves_cost": 15
}

"use_action": {
        "type": "extended_firestarter"
}

"use_action": "SEW"

"use_action": "KNIFE",

so, on. I need more information about use_action. Thanks!

I don’t think there’s a list, but it shouldn’t be too hard to find them all, right? Just look for “use_action” with CTRL-F in your favorite notepad editor(I use Notepad++)

I don't think there's a list, but it shouldn't be too hard to find them all, right? Just look for "use_action" with CTRL-F in your favorite notepad editor(I use Notepad++)

Thanks!