mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 08:04:39 +00:00
Added RainNoSound datablock
This commit is contained in:
parent
2674874e3d
commit
4e7f189a86
1 changed files with 22 additions and 0 deletions
|
|
@ -26,6 +26,28 @@ datablock PrecipitationData(Rain)
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
datablock PrecipitationData(RainNoSound)
|
||||||
|
{
|
||||||
|
type = 0;
|
||||||
|
//soundProfile = "Universal_Rain_Light_1";
|
||||||
|
materialList = "raindrops.dml";
|
||||||
|
sizeX = 0.2;
|
||||||
|
sizeY = 0.45;
|
||||||
|
|
||||||
|
movingBoxPer = 0.35;
|
||||||
|
divHeightVal = 1.5;
|
||||||
|
sizeBigBox = 1;
|
||||||
|
topBoxSpeed = 20;
|
||||||
|
frontBoxSpeed = 30;
|
||||||
|
topBoxDrawPer = 0.5;
|
||||||
|
bottomDrawHeight = 40;
|
||||||
|
skipIfPer = -0.3;
|
||||||
|
bottomSpeedPer = 1.0;
|
||||||
|
frontSpeedPer = 1.5;
|
||||||
|
frontRadiusPer = 0.5;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
datablock PrecipitationData(Snow)
|
datablock PrecipitationData(Snow)
|
||||||
{
|
{
|
||||||
type = 1;
|
type = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue