-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from SecretU4/update/v1.20
v1.20 업데이트 처리
- Loading branch information
Showing
79 changed files
with
2,059 additions
and
1,494 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,5 +1,5 @@ | ||
コード,20200729 | ||
バージョン,1102 | ||
バージョン,1200 | ||
タイトル,eraLAO, | ||
作者, | ||
製作年,2019-2020 | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
2,합성 롤리팝,5000, | ||
3,초콜릿,10000, | ||
4,수제 케이크,100000, | ||
5,종의 징표,1000000, | ||
|
||
;특수능력 | ||
51,관심법,500000, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ | |
71,백치, | ||
72,정신쇠약,;0=없음 1=정신쇠약 2=정신붕괴 | ||
73,의존증, | ||
74,굴복,; 1:굴복 2:복종 | ||
79,실종,;실종일수 카운트 같이함 | ||
|
||
80,애주가, | ||
|
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
31,짜증소멸인구, | ||
32,정신쇠약획득인구, | ||
33,정신붕괴획득인구, | ||
34,굴복획득인구, | ||
|
||
;98 | ||
;99 |
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
;켈베로스 Lick | ||
@COM103 | ||
SOURCE:소요시간 += 3 | ||
SOURCE:공포 += 20 | ||
SOURCE:스트레스 += 50 | ||
|
||
RETURN 1 | ||
|
||
@COM103_MSG | ||
PRINTFORML 당신은 %CALLNAME:TARGET%에게 명령권을 행사했다. | ||
|
||
@COM_ABLE103 | ||
SIF !TFLAG:연애중여부 | ||
RETURN 0 | ||
SIF NO:TARGET != 113 | ||
RETURN 0 | ||
RETURN 1 |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
;켈베로스 Crawl | ||
@COM104 | ||
SOURCE:소요시간 += 3 | ||
SOURCE:공포 += 20 | ||
SOURCE:스트레스 += 50 | ||
|
||
RETURN 1 | ||
|
||
@COM104_MSG | ||
PRINTFORML 당신은 %CALLNAME:TARGET%에게 명령권을 행사했다. | ||
|
||
@COM_ABLE104 | ||
SIF !TFLAG:연애중여부 | ||
RETURN 0 | ||
SIF NO:TARGET != 113 | ||
RETURN 0 | ||
RETURN 1 |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
;켈베로스 Selfinjury | ||
@COM105 | ||
SOURCE:소요시간 += 3 | ||
SOURCE:공포 += 30 | ||
SOURCE:스트레스 += 50 | ||
|
||
RETURN 1 | ||
|
||
@COM105_MSG | ||
PRINTFORML 당신은 %CALLNAME:TARGET%에게 명령권을 행사했다. | ||
|
||
@COM_ABLE105 | ||
SIF !TFLAG:연애중여부 | ||
RETURN 0 | ||
SIF NO:TARGET != 113 | ||
RETURN 0 | ||
RETURN 1 |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
;켈베로스 Shock | ||
@COM106 | ||
SOURCE:소요시간 += 3 | ||
SOURCE:공포 += 30 | ||
SOURCE:스트레스 += 50 | ||
|
||
RETURN 1 | ||
|
||
@COM106_MSG | ||
PRINTFORML 당신은 %CALLNAME:TARGET%에게 명령권을 행사했다. | ||
|
||
@COM_ABLE106 | ||
SIF !TFLAG:연애중여부 | ||
RETURN 0 | ||
SIF NO:TARGET != 113 | ||
RETURN 0 | ||
RETURN 1 |
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.