forked from kookmin-sw/cap-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Creature: 각종 밸런싱 - Crew: 작업속도 고정 - Crew: 사망 시 아이템 드롭 구현 - Map: 아이템/박스 강조 - UI: ReadyScene UI 틀 수정 - UDRP: 안티엘리어싱(TAA) 적용 - 개발 버전으로 변경 (인원: 4→2, 필요 퀘스트 아이템 수 감소)
- Loading branch information
1 parent
ec6435f
commit 75e7f18
Showing
53 changed files
with
522 additions
and
7,200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DataId,Name,WalkSpeed,RunSpeed,WorkSpeed | ||
102000,Stalker,110,125,10 | ||
DataId,Name,WalkSpeed,RunSpeed | ||
102000,Stalker,110,125 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DataId,Name,WalkSpeed,RunSpeed,WorkSpeed,MaxHp,MaxStamina,MaxSanity,SitSpeed | ||
101000,CrewA,80,110,10,3,100,100,40 | ||
DataId,Name,WalkSpeed,RunSpeed,MaxHp,MaxStamina,MaxSanity,SitSpeed | ||
101000,CrewA,80,110,3,100,100,40 | ||
,,,,,,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
DataId,Name,CoolTime,Range,Damage,SanityDamage,TotalSkillAmount,TotalReadySkillAmount | ||
301000,Basic Attack,2,1.5,1,20,1.2,-1 | ||
301001,Roar,15,10,0,30,2.5,0.7 | ||
301002,Cursed Howl,60,-1,-1,-1,3.5,0.7 | ||
301003,Leap Attack,20,1.5,2,20,1.8,0.7 | ||
301000,Basic Attack,2,1.5,1,0,1.2,-1 | ||
301001,Roar,15,10,0,25,2.5,0.7 | ||
301002,Cursed Howl,60,-1,0,0,3.5,0.7 | ||
301003,Leap Attack,20,1.5,2,0,1.8,0.7 | ||
,,,,,,, | ||
,,,,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.