kolmafia 5.28817.0 → 5.28818.0
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/index.d.ts +5 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// v5.
|
|
2
|
-
// Generated by KoLmafia
|
|
1
|
+
// v5.28818.0
|
|
2
|
+
// Generated by KoLmafia r28818 with type generator v5
|
|
3
3
|
type Environment = "indoor" | "none" | "outdoor" | "underground" | "underwater" | "unknown";
|
|
4
4
|
type ModifierValueType = "boolean" | "multistring" | "none" | "numeric" | "string";
|
|
5
5
|
export function abort(string?: string): never;
|
|
@@ -1485,6 +1485,9 @@ export class Skill extends MafiaClass {
|
|
|
1485
1485
|
/**
|
|
1486
1486
|
* Walk */
|
|
1487
1487
|
readonly walk: boolean;
|
|
1488
|
+
/**
|
|
1489
|
+
* Shanty */
|
|
1490
|
+
readonly shanty: boolean;
|
|
1488
1491
|
/**
|
|
1489
1492
|
* Summon */
|
|
1490
1493
|
readonly summon: boolean;
|