@typus/typus-sdk 1.4.60 → 1.4.61
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.
|
@@ -219,6 +219,11 @@ function parseTxHistory(datas, packageId, originPackageId, vaults) {
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
break;
|
|
222
|
+
case "ExpDownEvent":
|
|
223
|
+
Action = "Extract Exp";
|
|
224
|
+
Tails = "#".concat(event.parsedJson.log[0]);
|
|
225
|
+
Exp = event.parsedJson.log[1];
|
|
226
|
+
break;
|
|
222
227
|
case "LevelUpEvent":
|
|
223
228
|
if (event.parsedJson.log) {
|
|
224
229
|
Action = "Level Up to Level ".concat(event.parsedJson.log[1]);
|