v0.1.0 commit

This commit is contained in:
2024-05-12 21:01:40 -04:00
parent 6ee3ec6588
commit 6a771c919a
9 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
{
"condition": {
"type": "config",
"config": "EnabledSounds:initOldBird"
},
"randomness": {
"type": "determinstic"
},
"replacements": [
{
"matches": [
"3DLradAudio2:LradBrainwashingSignal6"
],
"sounds": [
{
"sound": "OldBird/LradBrainwashingSignal6.ogg"
}
]
},
{
"matches": "*:MissileFly",
"sounds": [
{
"sound": "OldBird/MissileFly.ogg"
}
]
},
{
"matches": [
"*:MissileExplosion"
],
"sounds": [
{
"sound": "OldBird/MissileExplosion.ogg"
}
]
},
{
"matches": [
"*:MissileExplosion2"
],
"sounds": [
{
"sound": "OldBird/MissileExplosion2.ogg"
}
]
}
]
}

View File

@@ -0,0 +1,11 @@
{
"name": "QuietBaby",
"config": {
"EnabledSounds:initOldBird": {
"description": "Do you want to replace OldBird(Rad Mech) sound?",
"default": true
}
}
}