[Abnormality] 테스트 이상상태 이름 중복 수정
- abnormalityName: Abnormality -> Test Buff/Test Debuff로 변경 - duration: 99 -> 10으로 변경 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -12,9 +12,9 @@ MonoBehaviour:
|
||||
m_Script: {fileID: 11500000, guid: b08cc671f858a3b409170a5356e960a0, type: 3}
|
||||
m_Name: Abnormality_Test_Buff
|
||||
m_EditorClassIdentifier: Colosseum.Game::Colosseum.Abnormalities.AbnormalityData
|
||||
abnormalityName: Abnormality
|
||||
abnormalityName: Test Buff
|
||||
icon: {fileID: 21300000, guid: 173f7bf0258285c4f8bf01825ac02a11, type: 3}
|
||||
duration: 99
|
||||
duration: 10
|
||||
level: 1
|
||||
isDebuff: 0
|
||||
statModifiers: []
|
||||
|
||||
@@ -12,9 +12,9 @@ MonoBehaviour:
|
||||
m_Script: {fileID: 11500000, guid: b08cc671f858a3b409170a5356e960a0, type: 3}
|
||||
m_Name: Abnormality_Test_Debuff
|
||||
m_EditorClassIdentifier: Colosseum.Game::Colosseum.Abnormalities.AbnormalityData
|
||||
abnormalityName: Abnormality
|
||||
abnormalityName: Test Debuff
|
||||
icon: {fileID: 21300000, guid: 173f7bf0258285c4f8bf01825ac02a11, type: 3}
|
||||
duration: 99
|
||||
duration: 10
|
||||
level: 1
|
||||
isDebuff: 1
|
||||
statModifiers: []
|
||||
|
||||
Reference in New Issue
Block a user