Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
VickScarlet committed Jan 31, 2022
1 parent 8eb0e44 commit 751a0de
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 36 deletions.
18 changes: 3 additions & 15 deletions public/data/en-us/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"NoRandom": 1,
"branch": [
"(TLT?[1148])&(EVT![20001]):20001",
"(TLT?[1147])&(EVT![20000]):20000",
"(TLT?[2024])&(EVT?[10679,10680,10681])&(EVT![11504]):11504"
"(AGE![500])&(TLT?[1148])&(EVT![20001]):20001",
"(AGE![500])&(TLT?[1147])&(EVT![20000]):20000",
"(AGE![500])&(TLT?[2024])&(EVT?[10679,10680,10681])&(EVT![11504]):11504"
]
},
"10001": {
Expand Down Expand Up @@ -3003,9 +3003,6 @@
"10346": {
"id": 10346,
"event": "寿元终。",
"effect": {
"LIF": -1
},
"include": "TLT?[1048]",
"exclude": "EVT?[10333,40001,40003,40061]",
"branch": [
Expand All @@ -3015,9 +3012,6 @@
"10347": {
"id": 10347,
"event": "寿元终。",
"effect": {
"LIF": -1
},
"include": "TLT?[1048]",
"exclude": "EVT?[10345,10361,40001,40003,40061]",
"branch": [
Expand Down Expand Up @@ -3242,9 +3236,6 @@
"10368": {
"id": 10368,
"event": "寿元终。",
"effect": {
"LIF": -1
},
"exclude": "EVT?[10365,10361,40001,40061]",
"branch": [
"STR>0:10000"
Expand Down Expand Up @@ -3355,9 +3346,6 @@
"10379": {
"id": 10379,
"event": "寿元终。",
"effect": {
"LIF": -1
},
"exclude": "EVT?[10377]",
"branch": [
"STR>0:10000"
Expand Down
6 changes: 3 additions & 3 deletions public/data/en-us/talents.json
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,8 @@
"1105": {
"id": "1105",
"name": "蓝色胶囊",
"description": "你20岁或30岁时无事发生",
"condition": "AGE?[20]",
"description": "你20岁和30岁时无事发生",
"condition": "AGE?[20,30]",
"grade": 1
},
"1106": {
Expand Down Expand Up @@ -1606,7 +1606,7 @@
"id": 2018,
"name": "高产",
"description": "60岁时体质-2",
"condition": "AGE?[10]",
"condition": "AGE?[60]",
"grade": 0,
"exclusive": 1,
"effect": {
Expand Down
18 changes: 3 additions & 15 deletions public/data/zh-cn/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"NoRandom": 1,
"branch": [
"(TLT?[1148])&(EVT![20001]):20001",
"(TLT?[1147])&(EVT![20000]):20000",
"(TLT?[2024])&(EVT?[10679,10680,10681])&(EVT![11504]):11504"
"(AGE![500])&(TLT?[1148])&(EVT![20001]):20001",
"(AGE![500])&(TLT?[1147])&(EVT![20000]):20000",
"(AGE![500])&(TLT?[2024])&(EVT?[10679,10680,10681])&(EVT![11504]):11504"
]
},
"10001": {
Expand Down Expand Up @@ -3003,9 +3003,6 @@
"10346": {
"id": 10346,
"event": "寿元终。",
"effect": {
"LIF": -1
},
"include": "TLT?[1048]",
"exclude": "EVT?[10333,40001,40003,40061]",
"branch": [
Expand All @@ -3015,9 +3012,6 @@
"10347": {
"id": 10347,
"event": "寿元终。",
"effect": {
"LIF": -1
},
"include": "TLT?[1048]",
"exclude": "EVT?[10345,10361,40001,40003,40061]",
"branch": [
Expand Down Expand Up @@ -3242,9 +3236,6 @@
"10368": {
"id": 10368,
"event": "寿元终。",
"effect": {
"LIF": -1
},
"exclude": "EVT?[10365,10361,40001,40061]",
"branch": [
"STR>0:10000"
Expand Down Expand Up @@ -3355,9 +3346,6 @@
"10379": {
"id": 10379,
"event": "寿元终。",
"effect": {
"LIF": -1
},
"exclude": "EVT?[10377]",
"branch": [
"STR>0:10000"
Expand Down
6 changes: 3 additions & 3 deletions public/data/zh-cn/talents.json
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,8 @@
"1105": {
"id": "1105",
"name": "蓝色胶囊",
"description": "你20岁或30岁时无事发生",
"condition": "AGE?[20]",
"description": "你20岁和30岁时无事发生",
"condition": "AGE?[20,30]",
"grade": 1
},
"1106": {
Expand Down Expand Up @@ -1606,7 +1606,7 @@
"id": 2018,
"name": "高产",
"description": "60岁时体质-2",
"condition": "AGE?[10]",
"condition": "AGE?[60]",
"grade": 0,
"exclusive": 1,
"effect": {
Expand Down

0 comments on commit 751a0de

Please sign in to comment.