优化一大波

This commit is contained in:
2026-07-05 15:49:57 +08:00
parent 8485743cb7
commit 31cbb580b6
6 changed files with 47 additions and 7 deletions
@@ -125,7 +125,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
lifetime: 10
damageOnContact: 1
damageOnContact: 3
fadeOutDuration: 2
soulDropPrefab: {fileID: 1000000000000001, guid: 5d3fc7696ceb3a24d9234355fee1c344, type: 3}
--- !u!135 &8338025974414621740
+1 -1
View File
@@ -24,7 +24,7 @@ namespace IndianOceanAssets.Engine2_5D
[Header("伤害")]
[Tooltip("怪物碰触灵灯时受到的伤害")]
[SerializeField] private int damageOnContact = 1;
[SerializeField] private int damageOnContact = 3;
[Header("渐隐")]
[Tooltip("碰触后灵灯渐隐消失的时间(秒)")]