@wayward/types 2.14.7-beta.dev.20250819.1 → 2.14.7-beta.dev.20250821.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/Human.d.ts +3 -3
- package/definitions/game/game/entity/action/ActionsRegistration.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/SetTitle.d.ts +1 -1
- package/definitions/game/game/entity/player/Player.d.ts +2 -0
- package/definitions/game/game/entity/skill/SkillManager.d.ts +1 -1
- package/definitions/game/game/entity/status/IStatus.d.ts +14 -6
- package/definitions/game/game/entity/status/Status.d.ts +7 -1
- package/definitions/game/game/entity/status/statuses/Runekeeper.d.ts +13 -0
- package/definitions/game/game/entity/status/statuses/Statistician.d.ts +13 -0
- package/definitions/game/game/inspection/inspections/ItemsInspection.d.ts +1 -1
- package/definitions/game/game/options/modifiers/milestone/modifiers/RunekeeperModifier.d.ts +1 -1
- package/definitions/game/language/dictionary/Message.d.ts +554 -554
- package/definitions/game/language/dictionary/Misc.d.ts +5 -1
- package/definitions/game/language/dictionary/UiTranslation.d.ts +660 -659
- package/definitions/game/save/upgrade/versions/beta2.14.7/beta.2.14.7-dev20250821.d.ts +12 -0
- package/definitions/game/ui/screen/screens/game/component/container/ContainerBucketItemList.d.ts +1 -0
- package/definitions/game/ui/screen/screens/game/static/Stats.d.ts +5 -1
- package/definitions/game/ui/screen/screens/game/static/stats/component/Statuses.d.ts +2 -2
- package/package.json +1 -1
|
@@ -206,7 +206,11 @@ export declare enum Term {
|
|
|
206
206
|
XTick = 15,
|
|
207
207
|
XtoYZ = 16,
|
|
208
208
|
XUndiscovered = 17,
|
|
209
|
-
XY = 18
|
|
209
|
+
XY = 18,
|
|
210
|
+
XGain = 19,
|
|
211
|
+
GainX = 20,
|
|
212
|
+
XReward = 21,
|
|
213
|
+
BeRewardedByX = 22
|
|
210
214
|
}
|
|
211
215
|
export declare enum Label {
|
|
212
216
|
LabelColonValue = 0,
|