Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: period #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@
},
"10009": {
"id": 10009,
"event": "你从小生活在农村",
"event": "你从小生活在农村",
"include": "(MNY<8)|(TLT?[1012])",
"exclude": "TLT?[1010,1013,1014]"
},
"10010": {
"id": 10010,
"event": "你从小生活在城市",
"event": "你从小生活在城市",
"include": "(MNY>1)|(TLT?[1010,1013])",
"exclude": "TLT?[1012,1014]"
},
"10011": {
"id": 10011,
"event": "你出生在美利坚,拥有美国国籍",
"event": "你出生在美利坚,拥有美国国籍",
"include": "(MNY>8)|(TLT?[1014])",
"exclude": "TLT?[1010,1012]"
},
Expand Down Expand Up @@ -880,7 +880,7 @@
},
"10094": {
"id": 10094,
"event": "你第一次坐在躺椅上,看灿烂的银河星空",
"event": "你第一次坐在躺椅上,看灿烂的银河星空",
"effect": {
"SPR": 1
},
Expand Down Expand Up @@ -1432,7 +1432,7 @@
},
"10166": {
"id": 10166,
"event": "半夜发烧,爸妈路边等公交车送你去县城医院.",
"event": "半夜发烧,爸妈路边等公交车送你去县城医院",
"include": "(STR<5)&(MNY<5)&(EVT?[10009])",
"exclude": "EVT?[10166,10015,10016,10017,10125,10126]"
},
Expand Down Expand Up @@ -6041,7 +6041,7 @@
},
"10771": {
"id": 10771,
"event": "【绝密消息】你捡到一张纸条,上面写着一位策划的联系方式:846945492",
"event": "【绝密消息】你捡到一张纸条,上面写着一位策划的联系方式:846945492",
"include": "TLT?[1112]",
"exclude": "EVT?[10771,10772]"
},
Expand Down