Moduł:Dźwięki/Dane/cactus flower
< Moduł:Dźwięki | Dane
W tym module nie ma dokumentacji. Jeśli wiesz jak używać tego modułu, proszę, podaj odpowiednie informacje.
return {
ikona = "Kwiat kaktusa.png",
java = {
{
pliki = { "cactus_flower_break1.ogg", "cactus_flower_break2.ogg", "cactus_flower_break3.ogg", "cactus_flower_break4.ogg", "cactus_flower_break5.ogg" },
zdarzenia = {
{
captions = "Zniszczono blok",
source = "Blocks",
desc = "Gra, gdy zniszczono blok",
id = "block.cactus_flower.break",
key = "subtitles.block.generic.break",
vol = "1,0",
pitch = "0,8",
dist = "16",
},
}
},
{
pliki = { "Cactus flower place1.ogg", "Cactus flower place2.ogg", "Cactus flower place3.ogg", "Cactus flower place4.ogg" },
zdarzenia = {
{
captions = "Umieszczono blok",
source = "Blocks",
desc = "Gra, gdy umieszczono blok",
id = "block.cactus_flower.place",
key = "subtitles.block.generic.place",
vol = "1,0",
pitch = "0,8",
dist = "16",
},
}
}
},
bedrock = {
{
pliki = { "cactus_flower_break1.ogg", "cactus_flower_break2.ogg", "cactus_flower_break3.ogg", "cactus_flower_break4.ogg", "cactus_flower_break5.ogg" },
zdarzenia = {
{
captions = "?",
source = "Blocks",
desc = "Gra, gdy zniszczono blok",
id = "block.cactus_flower.break",
key = "?",
vol = "?",
pitch = "?"
}
}
},
{
pliki = { "Cactus flower place1.ogg", "Cactus flower place2.ogg", "Cactus flower place3.ogg", "Cactus flower place4.ogg" },
zdarzenia = {
{
captions = "?",
source = "Blocks",
desc = "Gra, gdy umieszczono blok",
id = "block.cactus_flower.place",
key = "?",
vol = "?",
pitch = "?"
}
}
}
}
}