@randomplay/data 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +26 -0
- package/cleaned/audit/mihoyo-buhflipexplode.source-conflicts.json +282 -0
- package/cleaned/audit/nicole.acceptance.json +45 -0
- package/cleaned/audit/v1-agent-source-candidates.json +467 -0
- package/cleaned/audit/yanagi.acceptance.json +102 -0
- package/cleaned/golden/v1-replay-report.json +399 -0
- package/dist/index.d.mts +173 -0
- package/dist/index.mjs +223 -0
- package/dist/source-manifest-pBseE3aE.d.mts +41 -0
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +1 -0
- package/package.json +53 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Fairy contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# @randomplay/data
|
|
2
|
+
|
|
3
|
+
Source ingestion and cleaned data package for Fairy.
|
|
4
|
+
|
|
5
|
+
Current state:
|
|
6
|
+
|
|
7
|
+
- source descriptors and metadata helpers are implemented;
|
|
8
|
+
- raw source archives are retained under the repo-level `data/source/`;
|
|
9
|
+
- buhflipexplode and Mihoyo Deadly Assault source snapshots have offline
|
|
10
|
+
verification scripts;
|
|
11
|
+
- V1 golden source candidates, manual acceptance records, and the replay report
|
|
12
|
+
are generated under repo-level `data/cleaned/`;
|
|
13
|
+
- `pnpm --filter @randomplay/data sync-cleaned` mirrors repo-level cleaned JSON into
|
|
14
|
+
package-local `packages/data/cleaned/` for npm packaging;
|
|
15
|
+
- package exports include TypeScript source/types plus package-local cleaned
|
|
16
|
+
JSON, and exclude raw source archives.
|
|
17
|
+
|
|
18
|
+
Do not add hand-written formal game data to this package. Formal rows must be
|
|
19
|
+
derived from source documents and preserve source metadata.
|
|
20
|
+
|
|
21
|
+
Useful source checks:
|
|
22
|
+
|
|
23
|
+
- `pnpm --filter @randomplay/data verify:buhflipexplode-da`
|
|
24
|
+
- `pnpm --filter @randomplay/data verify:excel`
|
|
25
|
+
- `pnpm --filter @randomplay/data verify:golden-v1`
|
|
26
|
+
- `pnpm --filter @randomplay/data verify:mihoyo-da`
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "fairy-da-source-conflict-audit-v1",
|
|
3
|
+
"parserVersion": "manual-da-source-conflict-audit-v0.1.0",
|
|
4
|
+
"generatedAt": "2026-05-08T15:55:00+08:00",
|
|
5
|
+
"policy": {
|
|
6
|
+
"scope": "Manual audit resolution for the three historical non-blocking Mihoyo/buhflipexplode Deadly Assault buff sourceConflict records from the 2026-05-05 Mihoyo alignment snapshot.",
|
|
7
|
+
"cleanedDataEffect": "These records resolve release evidence for the source conflicts only. They do not publish formal typed modifiers or overwrite retained raw source snapshots.",
|
|
8
|
+
"selectedSource": "buhflipexplode-zzz-da",
|
|
9
|
+
"resolutionStatus": "resolved",
|
|
10
|
+
"rawSnapshotPolicy": "Retained raw Mihoyo alignment still records the original sourceConflict issues for audit trace. Cleaned release evidence uses this manual audit artifact as the resolution layer.",
|
|
11
|
+
"thirdPartyLookupPolicy": "nanoka is used as manual tie-breaker evidence only. It is not a crawler source, not part of the cleaned-data pipeline, and not redistributed as source data.",
|
|
12
|
+
"starterScenarioImpact": {
|
|
13
|
+
"checkedPath": "docs/ux/starter-scenarios.md",
|
|
14
|
+
"checkedPattern": "澄意|灼冽|破招|Clarity|Blazing Chill|Interrupt",
|
|
15
|
+
"matches": 0,
|
|
16
|
+
"action": "No UX starter-scenario update required."
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"decision": {
|
|
20
|
+
"selectedBy": "@lo-user",
|
|
21
|
+
"selectedAt": "2026-05-08T10:54:29+08:00",
|
|
22
|
+
"decisionRef": {
|
|
23
|
+
"target": "#fairy",
|
|
24
|
+
"messageId": "0a08cfb6"
|
|
25
|
+
},
|
|
26
|
+
"decisionText": "Q1,按 buhflipexplode",
|
|
27
|
+
"rationale": "nanoka manual lookup matched buhflipexplode for all three conflicts, giving a 2:1 evidence split against the retained Mihoyo text."
|
|
28
|
+
},
|
|
29
|
+
"manualLookupSource": {
|
|
30
|
+
"sourceId": "nanoka-zzz-boss-manual-2026-05-07",
|
|
31
|
+
"url": "https://zzz.nanoka.cc/boss/",
|
|
32
|
+
"role": "manual-tie-breaker-only",
|
|
33
|
+
"observedDataVersion": "3.0.1+15390262",
|
|
34
|
+
"checkedBy": "@TechLead",
|
|
35
|
+
"checkedAt": "2026-05-07T19:49:33+08:00"
|
|
36
|
+
},
|
|
37
|
+
"summary": {
|
|
38
|
+
"totalRecords": 3,
|
|
39
|
+
"resolvedPreferBuhflipexplode": 3,
|
|
40
|
+
"remainingBlockingConflicts": 0,
|
|
41
|
+
"remainingNonBlockingReleaseConflicts": 0
|
|
42
|
+
},
|
|
43
|
+
"records": [
|
|
44
|
+
{
|
|
45
|
+
"auditId": "da-buff-69000030-period-21-clarity",
|
|
46
|
+
"status": "resolved-prefer-buhflipexplode",
|
|
47
|
+
"period": {
|
|
48
|
+
"periodNumber": 21,
|
|
49
|
+
"title": "危局强袭战(第21期)",
|
|
50
|
+
"mihoyoContentId": 1605,
|
|
51
|
+
"buhflipexplodeVersionKey": "2.2.3"
|
|
52
|
+
},
|
|
53
|
+
"buff": {
|
|
54
|
+
"slotIndex": 2,
|
|
55
|
+
"mihoyoName": "澄意",
|
|
56
|
+
"buhflipexplodeName": "Clarity",
|
|
57
|
+
"buhflipexplodeBuffId": "69000030"
|
|
58
|
+
},
|
|
59
|
+
"sourceRefs": {
|
|
60
|
+
"mihoyo": {
|
|
61
|
+
"sourceId": "mihoyo-zzz-critical-assault",
|
|
62
|
+
"sourceVersion": "sha256:see-fetch-manifest",
|
|
63
|
+
"sourceAnchor": "details/1605.entry_page.json#data.page.modules[0].components[0].data.tables[0].row[2]",
|
|
64
|
+
"sourceTextHash": "3c8f8638445db50ac70bc75f651f77dd546155ffcfb7c2fcdbd58dfe73ada742"
|
|
65
|
+
},
|
|
66
|
+
"buhflipexplode": {
|
|
67
|
+
"sourceId": "buhflipexplode-zzz-da",
|
|
68
|
+
"sourceVersion": "sha256:see-fetch-manifest",
|
|
69
|
+
"sourceAnchor": "assets/zzz/buffs.live.json#69000030",
|
|
70
|
+
"sourceTextHash": "68b6720414f4edd87e27f1ef9481eda84e213d98910c19e4dad4350352cb13d1"
|
|
71
|
+
},
|
|
72
|
+
"nanoka": {
|
|
73
|
+
"sourceId": "nanoka-zzz-boss-manual-2026-05-07",
|
|
74
|
+
"sourceVersion": "3.0.1+15390262",
|
|
75
|
+
"sourceAnchor": "https://zzz.nanoka.cc/boss/ manual lookup: period 21 / Clarity"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"sourceText": {
|
|
79
|
+
"mihoyo": [
|
|
80
|
+
"代理人的暴击伤害提升30%,贯穿伤害提升15%。",
|
|
81
|
+
"[命破]特性的代理人造成的伤害提升15%,终结技造成的伤害额外提升15%。"
|
|
82
|
+
],
|
|
83
|
+
"buhflipexplode": "Agent HP increases by 25%, and their Sheer DMG increases by 15%.\nAgents with Rupture specialty deal 15% more DMG, and their Ultimate DMG is additionally increased by 15%.",
|
|
84
|
+
"nanoka": "Matches buhflipexplode: HP +25%, Sheer DMG +15%, Rupture DMG +15%, Ultimate DMG +15%."
|
|
85
|
+
},
|
|
86
|
+
"normalizedComparison": {
|
|
87
|
+
"mihoyo": {
|
|
88
|
+
"critDamage": 0.3,
|
|
89
|
+
"sheerDamage": 0.15,
|
|
90
|
+
"ruptureDamage": 0.15,
|
|
91
|
+
"ultimateDamage": 0.15
|
|
92
|
+
},
|
|
93
|
+
"buhflipexplode": {
|
|
94
|
+
"maxHp": 0.25,
|
|
95
|
+
"sheerDamage": 0.15,
|
|
96
|
+
"ruptureDamage": 0.15,
|
|
97
|
+
"ultimateDamage": 0.15
|
|
98
|
+
},
|
|
99
|
+
"nanoka": {
|
|
100
|
+
"maxHp": 0.25,
|
|
101
|
+
"sheerDamage": 0.15,
|
|
102
|
+
"ruptureDamage": 0.15,
|
|
103
|
+
"ultimateDamage": 0.15
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"originalIssue": {
|
|
107
|
+
"severity": "nonBlocking",
|
|
108
|
+
"reason": "sourceConflict",
|
|
109
|
+
"message": "Mihoyo/buhflipexplode buff numeric text differs for \"澄意\" in 危局强袭战(第21期); mapped to 69000030 with score 0.75",
|
|
110
|
+
"mihoyoNumericSignature": "15|15|15|30",
|
|
111
|
+
"buhflipexplodeNumericSignature": "15|15|15|25"
|
|
112
|
+
},
|
|
113
|
+
"releaseDecision": {
|
|
114
|
+
"sourceForCleanedResolution": "buhflipexplode-zzz-da",
|
|
115
|
+
"mihoyoHandling": "retained-as-conflicting-source-trace",
|
|
116
|
+
"nanokaSupport": "supports-buhflipexplode"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"auditId": "da-buff-69000015-period-8-blazing-chill",
|
|
121
|
+
"status": "resolved-prefer-buhflipexplode",
|
|
122
|
+
"period": {
|
|
123
|
+
"periodNumber": 8,
|
|
124
|
+
"title": "危局强袭战(第8期)",
|
|
125
|
+
"mihoyoContentId": 1260,
|
|
126
|
+
"buhflipexplodeVersionKey": "1.6.2"
|
|
127
|
+
},
|
|
128
|
+
"buff": {
|
|
129
|
+
"slotIndex": 2,
|
|
130
|
+
"mihoyoName": "灼冽",
|
|
131
|
+
"buhflipexplodeName": "Blazing Chill",
|
|
132
|
+
"buhflipexplodeBuffId": "69000015"
|
|
133
|
+
},
|
|
134
|
+
"sourceRefs": {
|
|
135
|
+
"mihoyo": {
|
|
136
|
+
"sourceId": "mihoyo-zzz-critical-assault",
|
|
137
|
+
"sourceVersion": "sha256:see-fetch-manifest",
|
|
138
|
+
"sourceAnchor": "details/1260.entry_page.json#data.page.modules[0].components[0].data.tables[0].row[2]",
|
|
139
|
+
"sourceTextHash": "ae3281d78854c0cfcd4f9f1cdbf536bf7fb1f330713559dfaff577e837416fa0"
|
|
140
|
+
},
|
|
141
|
+
"buhflipexplode": {
|
|
142
|
+
"sourceId": "buhflipexplode-zzz-da",
|
|
143
|
+
"sourceVersion": "sha256:see-fetch-manifest",
|
|
144
|
+
"sourceAnchor": "assets/zzz/buffs.live.json#69000015",
|
|
145
|
+
"sourceTextHash": "8fdbd740ba8a8293aa76b75b610a995ad8500633948ad32c88d095c1504d0968"
|
|
146
|
+
},
|
|
147
|
+
"nanoka": {
|
|
148
|
+
"sourceId": "nanoka-zzz-boss-manual-2026-05-07",
|
|
149
|
+
"sourceVersion": "3.0.1+15390262",
|
|
150
|
+
"sourceAnchor": "https://zzz.nanoka.cc/boss/ manual lookup: period 8 / Blazing Chill"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"sourceText": {
|
|
154
|
+
"mihoyo": [
|
|
155
|
+
"代理人的火属性异常积蓄效率和冰属性异常积蓄效率将提升20%,攻击力提升25%。",
|
|
156
|
+
"对敌人施加属性异常效果时,代理人回复300点喧响值,提升80点异常精通,持续15秒。"
|
|
157
|
+
],
|
|
158
|
+
"buhflipexplode": "Agent Fire Anomaly Buildup Rate and Ice Anomaly Buildup Rate increase by 20%, and ATK increases by 25%.\nWhen inflicting an Attribute Anomaly on enemies, the Agent restores 400 Decibels and Anomaly Proficiency is increased by 80, lasting 15s. Decibels recovery can be triggered once every 15s.",
|
|
159
|
+
"nanoka": "Matches buhflipexplode: Fire/Ice Anomaly Buildup Rate +20%, ATK +25%, restores 400 Decibels, Anomaly Proficiency +80 for 15s, Decibels recovery trigger interval 15s."
|
|
160
|
+
},
|
|
161
|
+
"normalizedComparison": {
|
|
162
|
+
"mihoyo": {
|
|
163
|
+
"fireAnomalyBuildupRate": 0.2,
|
|
164
|
+
"iceAnomalyBuildupRate": 0.2,
|
|
165
|
+
"attack": 0.25,
|
|
166
|
+
"decibelsRestored": 300,
|
|
167
|
+
"anomalyProficiency": 80,
|
|
168
|
+
"durationSeconds": 15,
|
|
169
|
+
"decibelsRecoveryCooldownSeconds": null
|
|
170
|
+
},
|
|
171
|
+
"buhflipexplode": {
|
|
172
|
+
"fireAnomalyBuildupRate": 0.2,
|
|
173
|
+
"iceAnomalyBuildupRate": 0.2,
|
|
174
|
+
"attack": 0.25,
|
|
175
|
+
"decibelsRestored": 400,
|
|
176
|
+
"anomalyProficiency": 80,
|
|
177
|
+
"durationSeconds": 15,
|
|
178
|
+
"decibelsRecoveryCooldownSeconds": 15
|
|
179
|
+
},
|
|
180
|
+
"nanoka": {
|
|
181
|
+
"fireAnomalyBuildupRate": 0.2,
|
|
182
|
+
"iceAnomalyBuildupRate": 0.2,
|
|
183
|
+
"attack": 0.25,
|
|
184
|
+
"decibelsRestored": 400,
|
|
185
|
+
"anomalyProficiency": 80,
|
|
186
|
+
"durationSeconds": 15,
|
|
187
|
+
"decibelsRecoveryCooldownSeconds": 15
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"originalIssue": {
|
|
191
|
+
"severity": "nonBlocking",
|
|
192
|
+
"reason": "sourceConflict",
|
|
193
|
+
"message": "Mihoyo/buhflipexplode buff numeric text differs for \"灼冽\" in 危局强袭战(第8期); mapped to 69000015 with score 0.67",
|
|
194
|
+
"mihoyoNumericSignature": "15|20|25|80|300",
|
|
195
|
+
"buhflipexplodeNumericSignature": "15|15|20|25|80|400"
|
|
196
|
+
},
|
|
197
|
+
"releaseDecision": {
|
|
198
|
+
"sourceForCleanedResolution": "buhflipexplode-zzz-da",
|
|
199
|
+
"mihoyoHandling": "retained-as-conflicting-source-trace",
|
|
200
|
+
"nanokaSupport": "supports-buhflipexplode"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"auditId": "da-buff-69000002-period-1-interrupt",
|
|
205
|
+
"status": "resolved-prefer-buhflipexplode",
|
|
206
|
+
"period": {
|
|
207
|
+
"periodNumber": 1,
|
|
208
|
+
"title": "危局强袭战(第1期)",
|
|
209
|
+
"mihoyoContentId": 1035,
|
|
210
|
+
"buhflipexplodeVersionKey": "1.4.1"
|
|
211
|
+
},
|
|
212
|
+
"buff": {
|
|
213
|
+
"slotIndex": 2,
|
|
214
|
+
"mihoyoName": "破招",
|
|
215
|
+
"buhflipexplodeName": "Interrupt",
|
|
216
|
+
"buhflipexplodeBuffId": "69000002"
|
|
217
|
+
},
|
|
218
|
+
"sourceRefs": {
|
|
219
|
+
"mihoyo": {
|
|
220
|
+
"sourceId": "mihoyo-zzz-critical-assault",
|
|
221
|
+
"sourceVersion": "sha256:see-fetch-manifest",
|
|
222
|
+
"sourceAnchor": "details/1035.entry_page.json#data.page.modules[0].components[0].data.tables[0].row[2]",
|
|
223
|
+
"sourceTextHash": "fd421cd01efbc75658d56b349487f4e5250a80051d9aaed7ab3c5d6b17a3c848"
|
|
224
|
+
},
|
|
225
|
+
"buhflipexplode": {
|
|
226
|
+
"sourceId": "buhflipexplode-zzz-da",
|
|
227
|
+
"sourceVersion": "sha256:see-fetch-manifest",
|
|
228
|
+
"sourceAnchor": "assets/zzz/buffs.live.json#69000002",
|
|
229
|
+
"sourceTextHash": "97ad93b2094505dd03cce313ae3e469bbc36666a2f9db36e102f1a9575a1cc44"
|
|
230
|
+
},
|
|
231
|
+
"nanoka": {
|
|
232
|
+
"sourceId": "nanoka-zzz-boss-manual-2026-05-07",
|
|
233
|
+
"sourceVersion": "3.0.1+15390262",
|
|
234
|
+
"sourceAnchor": "https://zzz.nanoka.cc/boss/ manual lookup: period 1 / Interrupt"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"sourceText": {
|
|
238
|
+
"mihoyo": [
|
|
239
|
+
"[普通攻击]、[闪避反击]、[强化特殊技]、[冲刺攻击]造成的伤害提升30%。",
|
|
240
|
+
"触发[极限闪避]或[极限支援]后,全队攻击力提升10%,暴击伤害提升20%,持续15秒,最多叠加3层,每层效果单独结算持续时间。"
|
|
241
|
+
],
|
|
242
|
+
"buhflipexplode": "Basic Attack, Dodge Counter, EX Special Attack, and Dash Attack DMG increases by 30%.\nAfter triggering a Perfect Dodge or Perfect Assist, increases all squad members' ATK by 10% and CRIT DMG by 10% for 15s. Stacks up to 3 times. The duration of each stack is calculated separately.",
|
|
243
|
+
"nanoka": "Matches buhflipexplode: listed attack DMG +30%; after Perfect Dodge/Assist, squad ATK +10% and CRIT DMG +10% for 15s, up to 3 stacks."
|
|
244
|
+
},
|
|
245
|
+
"normalizedComparison": {
|
|
246
|
+
"mihoyo": {
|
|
247
|
+
"listedAttackDamage": 0.3,
|
|
248
|
+
"attack": 0.1,
|
|
249
|
+
"critDamage": 0.2,
|
|
250
|
+
"durationSeconds": 15,
|
|
251
|
+
"maxStacks": 3
|
|
252
|
+
},
|
|
253
|
+
"buhflipexplode": {
|
|
254
|
+
"listedAttackDamage": 0.3,
|
|
255
|
+
"attack": 0.1,
|
|
256
|
+
"critDamage": 0.1,
|
|
257
|
+
"durationSeconds": 15,
|
|
258
|
+
"maxStacks": 3
|
|
259
|
+
},
|
|
260
|
+
"nanoka": {
|
|
261
|
+
"listedAttackDamage": 0.3,
|
|
262
|
+
"attack": 0.1,
|
|
263
|
+
"critDamage": 0.1,
|
|
264
|
+
"durationSeconds": 15,
|
|
265
|
+
"maxStacks": 3
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"originalIssue": {
|
|
269
|
+
"severity": "nonBlocking",
|
|
270
|
+
"reason": "sourceConflict",
|
|
271
|
+
"message": "Mihoyo/buhflipexplode buff numeric text differs for \"破招\" in 危局强袭战(第1期); mapped to 69000002 with score 0.80",
|
|
272
|
+
"mihoyoNumericSignature": "3|10|15|20|30",
|
|
273
|
+
"buhflipexplodeNumericSignature": "3|10|10|15|30"
|
|
274
|
+
},
|
|
275
|
+
"releaseDecision": {
|
|
276
|
+
"sourceForCleanedResolution": "buhflipexplode-zzz-da",
|
|
277
|
+
"mihoyoHandling": "retained-as-conflicting-source-trace",
|
|
278
|
+
"nanokaSupport": "supports-buhflipexplode"
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "fairy-manual-acceptance-v1",
|
|
3
|
+
"parserVersion": "golden-v1-replay-v0.1.0",
|
|
4
|
+
"generatedAt": "2026-05-05T18:20:00+08:00",
|
|
5
|
+
"agentId": "nicole",
|
|
6
|
+
"records": [
|
|
7
|
+
{
|
|
8
|
+
"agentId": "nicole",
|
|
9
|
+
"effectId": "nicole-defense-reduction",
|
|
10
|
+
"sourceId": "lo-user-excel",
|
|
11
|
+
"sourceRefs": [
|
|
12
|
+
{
|
|
13
|
+
"sourceId": "lo-user-excel",
|
|
14
|
+
"sourceVersion": "2.6.0_R14028417",
|
|
15
|
+
"sourceAnchor": "代理人核心技描述!D4:J4"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"sourceTextHash": "07f9d239f43d3deafd4a001cdae349a6f10325cb3bbae090181a00f48e293549",
|
|
19
|
+
"parserVersion": "golden-v1-replay-v0.1.0",
|
|
20
|
+
"acceptedBy": "@lo-user",
|
|
21
|
+
"acceptedAt": "2026-05-05T18:45:21+08:00",
|
|
22
|
+
"decisionRef": {
|
|
23
|
+
"target": "#fairy:e2e57d52",
|
|
24
|
+
"messageId": "6af6f017"
|
|
25
|
+
},
|
|
26
|
+
"reason": "lo-user confirmed A/B as explicit active/inactive states and C as a skill-level-parameterized formula based on source formula, guide, and context.",
|
|
27
|
+
"acceptedMapping": {
|
|
28
|
+
"effectTemplateId": "excel-core-passive-defense-reduction-v1",
|
|
29
|
+
"handlerId": "defense-reduction",
|
|
30
|
+
"bucket": "defenseZone",
|
|
31
|
+
"appliesTo": {
|
|
32
|
+
"kind": "enemy"
|
|
33
|
+
},
|
|
34
|
+
"params": {
|
|
35
|
+
"value": 0.4,
|
|
36
|
+
"corePassiveLevel": 7,
|
|
37
|
+
"durationSeconds": 3.5
|
|
38
|
+
},
|
|
39
|
+
"requiresActivation": true,
|
|
40
|
+
"activationModel": "snapshotActiveFlag",
|
|
41
|
+
"inactiveStateMustHaveNoEffect": true
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|