BlockPlaceSuccess
Server/Entity/Effects/BlockPlacement/BlockPlaceSuccess.json, 279 B
Fields
| Field | Type |
|---|---|
DamageCalculator | object |
Duration | number |
OverlapBehavior | string |
ApplicationEffects | object |
Source
{
"DamageCalculator": {
"BaseDamage": {
"Physical": 1
}
},
"Duration": 3600.0,
"OverlapBehavior": "Overwrite",
"ApplicationEffects": {
"ModelVFXId": "PrototypeBlockPlaceSuccess",
"EntityBottomTint": "#ffffff",
"EntityTopTint": "#ffffff"
}
}