乌拉自己找吃的

This commit is contained in:
2025-07-21 19:01:33 +08:00
parent 885d2f7ad7
commit 0f24b38d71
17 changed files with 182 additions and 39 deletions

View File

@@ -71,7 +71,8 @@ namespace WulaFallenEmpire
doVisualEffects: true,
propagationSpeed: 0.6f,
excludeRadius: 0f,
doSoundEffects: false // 我们手动处理音效
doSoundEffects: false, // 我们手动处理音效
screenShakeFactor: explosiveProps.screenShakeFactor // 新增:屏幕震动因子
);
// 生成额外的视觉效果
@@ -89,4 +90,4 @@ namespace WulaFallenEmpire
Scribe_Values.Look(ref explosionShotCounter, "explosionShotCounter", 0);
}
}
}
}