feat: 젬 이상상태 및 수치형 보정 확장
- SkillGemData와 SkillLoadoutEntry를 확장해 자기 강화/적중 이상상태와 피해·회복·보호막·위협 배율을 해석하도록 정리 - SkillController와 SkillEffect 경로를 보강해 cast start 이상상태, on-hit 이상상태, 반복 시전, 출력 보정이 실제 효과에 반영되도록 연결 - 강인함/약화 테스트 젬과 자기강화/적중이상/상태복합 프리셋, 디버그 메뉴를 추가해 젬 조합 검증 경로를 보강 - 런타임에서 약화 디버프 적용, 강인함+약화 동시 적용, 파쇄/수호/도전자 보정값 해석을 확인
This commit is contained in:
33
Assets/_Game/Data/SkillGems/Data_SkillGem_Player_강인함.asset
Normal file
33
Assets/_Game/Data/SkillGems/Data_SkillGem_Player_강인함.asset
Normal file
@@ -0,0 +1,33 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: e81a62ae7c7624847ab572ff37789bb8, type: 3}
|
||||
m_Name: "Data_SkillGem_Player_\uAC15\uC778\uD568"
|
||||
m_EditorClassIdentifier: Colosseum.Game::Colosseum.Skills.SkillGemData
|
||||
gemName: "\uAC15\uC778\uD568"
|
||||
description: "\uC2A4\uD0AC \uC0AC\uC6A9 \uC2DC \uC790\uC2E0\uC5D0\uAC8C \uACBD\uC9C1
|
||||
\uBA74\uC5ED\uC744 \uBD80\uC5EC\uD558\uB294 \uD14C\uC2A4\uD2B8\uC6A9 \uBC29\uC5B4
|
||||
\uC82C"
|
||||
icon: {fileID: 0}
|
||||
category: 3
|
||||
manaCostMultiplier: 1.05
|
||||
cooldownMultiplier: 1.05
|
||||
castSpeedMultiplier: 1
|
||||
damageMultiplier: 1
|
||||
healMultiplier: 1
|
||||
shieldMultiplier: 1
|
||||
threatMultiplier: 1
|
||||
additionalRepeatCount: 0
|
||||
castStartEffects: []
|
||||
triggeredEffects: []
|
||||
selfAbnormalities:
|
||||
- {fileID: 11400000, guid: f4f55b61c9d04fd2b83b9c80e81fa0a2, type: 2}
|
||||
onHitAbnormalities: []
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e020eee86f6c97f4393672759d73602e
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -20,9 +20,15 @@ MonoBehaviour:
|
||||
manaCostMultiplier: 1
|
||||
cooldownMultiplier: 1
|
||||
castSpeedMultiplier: 1
|
||||
damageMultiplier: 1
|
||||
healMultiplier: 1
|
||||
shieldMultiplier: 1
|
||||
threatMultiplier: 1
|
||||
additionalRepeatCount: 0
|
||||
castStartEffects: []
|
||||
triggeredEffects:
|
||||
- triggerIndex: 0
|
||||
effects:
|
||||
- {fileID: 11400000, guid: 2a467b25340d65f4a854350319f10d0a, type: 2}
|
||||
selfAbnormalities: []
|
||||
onHitAbnormalities: []
|
||||
|
||||
@@ -20,9 +20,15 @@ MonoBehaviour:
|
||||
manaCostMultiplier: 1
|
||||
cooldownMultiplier: 1
|
||||
castSpeedMultiplier: 1
|
||||
damageMultiplier: 1
|
||||
healMultiplier: 1
|
||||
shieldMultiplier: 1
|
||||
threatMultiplier: 1.5
|
||||
additionalRepeatCount: 0
|
||||
castStartEffects: []
|
||||
triggeredEffects:
|
||||
- triggerIndex: 0
|
||||
effects:
|
||||
- {fileID: 11400000, guid: f0aaa98426be3d44082a386c00ea9aea, type: 2}
|
||||
selfAbnormalities: []
|
||||
onHitAbnormalities: []
|
||||
|
||||
@@ -20,9 +20,15 @@ MonoBehaviour:
|
||||
manaCostMultiplier: 1.05
|
||||
cooldownMultiplier: 1.1
|
||||
castSpeedMultiplier: 1
|
||||
damageMultiplier: 1
|
||||
healMultiplier: 1.2
|
||||
shieldMultiplier: 1.5
|
||||
threatMultiplier: 1
|
||||
additionalRepeatCount: 0
|
||||
castStartEffects: []
|
||||
triggeredEffects:
|
||||
- triggerIndex: 0
|
||||
effects:
|
||||
- {fileID: 11400000, guid: 65ed1eabc2fb73d43b86230317222608, type: 2}
|
||||
selfAbnormalities: []
|
||||
onHitAbnormalities: []
|
||||
|
||||
34
Assets/_Game/Data/SkillGems/Data_SkillGem_Player_약화.asset
Normal file
34
Assets/_Game/Data/SkillGems/Data_SkillGem_Player_약화.asset
Normal file
@@ -0,0 +1,34 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: e81a62ae7c7624847ab572ff37789bb8, type: 3}
|
||||
m_Name: "Data_SkillGem_Player_\uC57D\uD654"
|
||||
m_EditorClassIdentifier: Colosseum.Game::Colosseum.Skills.SkillGemData
|
||||
gemName: "\uC57D\uD654"
|
||||
description: "\uC2A4\uD0AC \uC801\uC911 \uB300\uC0C1\uC5D0\uAC8C \uD14C\uC2A4\uD2B8
|
||||
\uB514\uBC84\uD504\uB97C \uBD80\uC5EC\uD558\uB294 \uC81C\uC5B4 \uC82C"
|
||||
icon: {fileID: 0}
|
||||
category: 5
|
||||
manaCostMultiplier: 1.05
|
||||
cooldownMultiplier: 1.05
|
||||
castSpeedMultiplier: 1
|
||||
damageMultiplier: 1
|
||||
healMultiplier: 1
|
||||
shieldMultiplier: 1
|
||||
threatMultiplier: 1
|
||||
additionalRepeatCount: 0
|
||||
castStartEffects: []
|
||||
triggeredEffects: []
|
||||
selfAbnormalities: []
|
||||
onHitAbnormalities:
|
||||
- triggerIndex: 0
|
||||
abnormalities:
|
||||
- {fileID: 11400000, guid: c4abb0f89779f294ab99562e085e8f3b, type: 2}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2edf7687dc6caa0489ae2111499fcfab
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -20,6 +20,12 @@ MonoBehaviour:
|
||||
manaCostMultiplier: 1.2
|
||||
cooldownMultiplier: 1.15
|
||||
castSpeedMultiplier: 1.1
|
||||
damageMultiplier: 1
|
||||
healMultiplier: 1
|
||||
shieldMultiplier: 1
|
||||
threatMultiplier: 1
|
||||
additionalRepeatCount: 1
|
||||
castStartEffects: []
|
||||
triggeredEffects: []
|
||||
selfAbnormalities: []
|
||||
onHitAbnormalities: []
|
||||
|
||||
@@ -20,9 +20,15 @@ MonoBehaviour:
|
||||
manaCostMultiplier: 1
|
||||
cooldownMultiplier: 1
|
||||
castSpeedMultiplier: 1
|
||||
damageMultiplier: 1
|
||||
healMultiplier: 1
|
||||
shieldMultiplier: 1
|
||||
threatMultiplier: 1
|
||||
additionalRepeatCount: 0
|
||||
castStartEffects: []
|
||||
triggeredEffects:
|
||||
- triggerIndex: 0
|
||||
effects:
|
||||
- {fileID: 11400000, guid: 197e5c38a24c95044a5959bb4c67f055, type: 2}
|
||||
selfAbnormalities: []
|
||||
onHitAbnormalities: []
|
||||
|
||||
@@ -20,9 +20,15 @@ MonoBehaviour:
|
||||
manaCostMultiplier: 1
|
||||
cooldownMultiplier: 1
|
||||
castSpeedMultiplier: 1
|
||||
damageMultiplier: 1
|
||||
healMultiplier: 1
|
||||
shieldMultiplier: 1
|
||||
threatMultiplier: 1
|
||||
additionalRepeatCount: 0
|
||||
castStartEffects: []
|
||||
triggeredEffects:
|
||||
- triggerIndex: 0
|
||||
effects:
|
||||
- {fileID: 11400000, guid: 1a6d1b31b640d87499ef7c9e3580ed34, type: 2}
|
||||
selfAbnormalities: []
|
||||
onHitAbnormalities: []
|
||||
|
||||
@@ -20,9 +20,15 @@ MonoBehaviour:
|
||||
manaCostMultiplier: 1.15
|
||||
cooldownMultiplier: 1.1
|
||||
castSpeedMultiplier: 1
|
||||
damageMultiplier: 1.2
|
||||
healMultiplier: 1
|
||||
shieldMultiplier: 1
|
||||
threatMultiplier: 1
|
||||
additionalRepeatCount: 0
|
||||
castStartEffects: []
|
||||
triggeredEffects:
|
||||
- triggerIndex: 0
|
||||
effects:
|
||||
- {fileID: 11400000, guid: a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4, type: 2}
|
||||
selfAbnormalities: []
|
||||
onHitAbnormalities: []
|
||||
|
||||
Reference in New Issue
Block a user