@wayward/types 2.14.5-beta.dev.20250613.1 → 2.14.5-beta.dev.20250617.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/definitions/game/game/entity/action/ActionsRegistration.d.ts +2 -2
- package/definitions/game/game/entity/action/actions/MoveTo.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ToggleVehicle.d.ts +1 -1
- package/definitions/game/game/item/Items.d.ts +1 -1
- package/definitions/game/language/dictionary/Message.d.ts +645 -644
- package/definitions/game/language/english/game/Messages.d.ts +1 -1
- package/definitions/game/multiplayer/IMultiplayer.d.ts +76 -76
- package/definitions/test/suite/unitTests/game/Actions.spec.d.ts +1 -1
- package/package.json +1 -1
@@ -42,82 +42,82 @@ export declare enum MultiplayerSyncCheck {
|
|
42
42
|
Action = 2,
|
43
43
|
ActionAttack = 3,
|
44
44
|
ActionMove = 4,
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
45
|
+
AddItemDiscovered = 5,
|
46
|
+
Alignment = 6,
|
47
|
+
BaseEntityManager = 7,
|
48
|
+
CanASeeB = 8,
|
49
|
+
Container = 9,
|
50
|
+
Creature = 10,
|
51
|
+
CreatureAi = 11,
|
52
|
+
CreatureAiAdd = 12,
|
53
|
+
CreatureAiEmit = 13,
|
54
|
+
CreatureAiMaskAdd = 14,
|
55
|
+
CreatureAiMaskRemove = 15,
|
56
|
+
CreatureAiRemove = 16,
|
57
|
+
CreatureAiSet = 17,
|
58
|
+
CreatureCheckMove = 18,
|
59
|
+
CreatureMovement = 19,
|
60
|
+
CreatureNearestPlayer = 20,
|
61
|
+
CreatureOffer = 21,
|
62
|
+
CreatureStatChange = 22,
|
63
|
+
Damage = 23,
|
64
|
+
DiscoverRecipe = 24,
|
65
|
+
Dismantle = 25,
|
66
|
+
Doodad = 26,
|
67
|
+
DoodadManager = 27,
|
68
|
+
EncumberedStatus = 28,
|
69
|
+
Entity = 29,
|
70
|
+
EntityPosition = 30,
|
71
|
+
ExhaustedPreMove = 31,
|
72
|
+
FlowFieldHashCode = 32,
|
73
|
+
FlowFieldPenalty = 33,
|
74
|
+
FlowFieldUpdate = 34,
|
75
|
+
FlowFieldUpdateTile = 35,
|
76
|
+
FlowFieldValue = 36,
|
77
|
+
HandToUse = 37,
|
78
|
+
HealthChange = 38,
|
79
|
+
History = 39,
|
80
|
+
InventoryCount = 40,
|
81
|
+
Island = 41,
|
82
|
+
IslandCivilizationScore = 42,
|
83
|
+
Islands = 43,
|
84
|
+
IsTileEmpty = 44,
|
85
|
+
Item = 45,
|
86
|
+
ItemCraft = 46,
|
87
|
+
ItemDamage = 47,
|
88
|
+
ItemOrder = 48,
|
89
|
+
LastCreationIds = 49,
|
90
|
+
Merchant = 50,
|
91
|
+
MilestoneSeed = 51,
|
92
|
+
Modifier = 52,
|
93
|
+
MoveToTile = 53,
|
94
|
+
NPC = 54,
|
95
|
+
Option = 55,
|
96
|
+
PenaltyFieldHashCode = 56,
|
97
|
+
PlaceOnTile = 57,
|
98
|
+
PlayerManager = 58,
|
99
|
+
Players = 59,
|
100
|
+
PlayerSetup = 60,
|
101
|
+
Random = 61,
|
102
|
+
ResetItemDiscovered = 62,
|
103
|
+
Seed = 63,
|
104
|
+
SeededGenerator = 64,
|
105
|
+
SetPosition = 65,
|
106
|
+
SetZ = 66,
|
107
|
+
SkillGain = 67,
|
108
|
+
StaminaChanges = 68,
|
109
|
+
StatChange = 69,
|
110
|
+
Stats = 70,
|
111
|
+
Status = 71,
|
112
|
+
StatusChange = 72,
|
113
|
+
TemperatureManager = 73,
|
114
|
+
Temporary = 74,
|
115
|
+
Tick = 75,
|
116
|
+
TileEvent = 76,
|
117
|
+
Time = 77,
|
118
|
+
UpdateDirection = 78,
|
119
|
+
Weight = 79,
|
120
|
+
WorldUpdateTile = 80
|
121
121
|
}
|
122
122
|
export declare const maxPlayers = 32;
|
123
123
|
export declare const packetTickRate = 16.6666;
|
package/package.json
CHANGED