Block_Speed
Server/Item/Interactions/Block/Block_Speed.json, 268 B
Fields
| Field | Type |
|---|---|
Type | string |
RequiredGameMode | string |
Next | object |
Source
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Next": {
"Type": "ApplyEffect",
"EffectId": {
"Duration": 0.1,
"OverlapBehavior": "Overwrite",
"ApplicationEffects": {
"HorizontalSpeedMultiplier": 0.8
}
}
}
}