Block_Break
Server/Item/Interactions/Weapons/Block_Break.json, 424 B
Fields
| Field | Type |
|---|---|
Type | string |
Failed | object |
Source
{
"Type": "UseBlock",
"Failed": {
"Type": "BreakBlock",
"UseLatestTarget": true,
"Next": {
"Type": "Replace",
"Var": "Block_Hit_Camera_Effects",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
{
"Type": "Simple",
"Effects": {
"CameraEffect": "Unarmed_Block_Impact"
}
}
]
}
}
}
}