feat: 서포트 스킬(힐/보호막/버프) 위협 생성 시스템 추가
- ThreatUtility: 공통 위협 생성 유틸리티 (OverlapSphere 기반 반경 내 적 탐색) - OverlapSphereNonAlloc 버퍼 32→256 확장으로 씬 콜라이더 누락 수정 - 위협 배율 체인: SkillGem × ThreatController × Passive - HealEffect: flatThreat + (actualHeal × threatPercent) 공식 적용 - ShieldEffect: flatThreat + (actualShield × threatPercent) 공식 적용 - AbnormalityEffect: flatThreat 고정 위협 생성 - EditMode 유닛 테스트 9/9 통과 (SupportThreatTests) - 테스트 씬 UI 레이아웃 수정 사항 포함
This commit is contained in:
@@ -6,4 +6,5 @@
|
||||
<Project Path="SidekickCharacters.Editor.csproj" />
|
||||
<Project Path="Gilzoide.SqliteNet.csproj" />
|
||||
<Project Path="Gilzoide.SqliteNet.Tests.Editor.csproj" />
|
||||
<Project Path="Colosseum.Tests.Editor.csproj" />
|
||||
</Solution>
|
||||
|
||||
Reference in New Issue
Block a user