@wayward/types 2.15.0-beta.dev.20251006.1 → 2.15.0-beta.dev.20251008.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.
Files changed (173) hide show
  1. package/definitions/game/game/ILoot.d.ts +3 -1
  2. package/definitions/game/game/curse/Curse.d.ts +12 -4
  3. package/definitions/game/game/curse/CurseEvent.d.ts +8 -6
  4. package/definitions/game/game/doodad/IDoodad.d.ts +5 -0
  5. package/definitions/game/game/entity/Entity.d.ts +7 -1
  6. package/definitions/game/game/entity/Human.d.ts +7 -3
  7. package/definitions/game/game/entity/IHuman.d.ts +3 -0
  8. package/definitions/game/game/entity/action/actions/Absorb.d.ts +1 -1
  9. package/definitions/game/game/entity/action/actions/AddFuel.d.ts +1 -1
  10. package/definitions/game/game/entity/action/actions/AddItemDiscovered.d.ts +1 -1
  11. package/definitions/game/game/entity/action/actions/Alter.d.ts +1 -1
  12. package/definitions/game/game/entity/action/actions/Apply.d.ts +1 -1
  13. package/definitions/game/game/entity/action/actions/AscendDescend.d.ts +1 -1
  14. package/definitions/game/game/entity/action/actions/AttachContainer.d.ts +1 -1
  15. package/definitions/game/game/entity/action/actions/Attack.d.ts +1 -1
  16. package/definitions/game/game/entity/action/actions/Build.d.ts +1 -1
  17. package/definitions/game/game/entity/action/actions/Butcher.d.ts +1 -1
  18. package/definitions/game/game/entity/action/actions/CageCreature.d.ts +1 -1
  19. package/definitions/game/game/entity/action/actions/Cast.d.ts +1 -1
  20. package/definitions/game/game/entity/action/actions/Chop.d.ts +1 -1
  21. package/definitions/game/game/entity/action/actions/CloseContainer.d.ts +1 -1
  22. package/definitions/game/game/entity/action/actions/CloseDoor.d.ts +1 -1
  23. package/definitions/game/game/entity/action/actions/ConsumeItem.d.ts +1 -1
  24. package/definitions/game/game/entity/action/actions/CopyMap.d.ts +1 -1
  25. package/definitions/game/game/entity/action/actions/Craft.d.ts +1 -1
  26. package/definitions/game/game/entity/action/actions/CraftNew.d.ts +1 -1
  27. package/definitions/game/game/entity/action/actions/CreateControllableNPC.d.ts +1 -1
  28. package/definitions/game/game/entity/action/actions/Cure.d.ts +1 -1
  29. package/definitions/game/game/entity/action/actions/DamageMap.d.ts +1 -1
  30. package/definitions/game/game/entity/action/actions/DetachContainer.d.ts +1 -1
  31. package/definitions/game/game/entity/action/actions/Dig.d.ts +1 -1
  32. package/definitions/game/game/entity/action/actions/Disassemble.d.ts +1 -1
  33. package/definitions/game/game/entity/action/actions/DiscoverRecipe.d.ts +1 -1
  34. package/definitions/game/game/entity/action/actions/Dismantle.d.ts +1 -1
  35. package/definitions/game/game/entity/action/actions/Dismount.d.ts +1 -1
  36. package/definitions/game/game/entity/action/actions/DisplayItem.d.ts +1 -1
  37. package/definitions/game/game/entity/action/actions/DrawMap.d.ts +1 -1
  38. package/definitions/game/game/entity/action/actions/DrinkInFront.d.ts +1 -1
  39. package/definitions/game/game/entity/action/actions/DrinkItem.d.ts +1 -1
  40. package/definitions/game/game/entity/action/actions/Drop.d.ts +1 -1
  41. package/definitions/game/game/entity/action/actions/DumpItems.d.ts +1 -1
  42. package/definitions/game/game/entity/action/actions/Eat.d.ts +1 -1
  43. package/definitions/game/game/entity/action/actions/Enchant.d.ts +1 -1
  44. package/definitions/game/game/entity/action/actions/Enhance.d.ts +1 -1
  45. package/definitions/game/game/entity/action/actions/Equip.d.ts +1 -1
  46. package/definitions/game/game/entity/action/actions/EquipFromArmorStand.d.ts +1 -1
  47. package/definitions/game/game/entity/action/actions/ExcavateCollapse.d.ts +1 -1
  48. package/definitions/game/game/entity/action/actions/Extinguish.d.ts +1 -1
  49. package/definitions/game/game/entity/action/actions/Exude.d.ts +1 -1
  50. package/definitions/game/game/entity/action/actions/Fire.d.ts +1 -1
  51. package/definitions/game/game/entity/action/actions/Gather.d.ts +1 -1
  52. package/definitions/game/game/entity/action/actions/GatherLiquid.d.ts +1 -1
  53. package/definitions/game/game/entity/action/actions/Grasp.d.ts +1 -1
  54. package/definitions/game/game/entity/action/actions/Harvest.d.ts +1 -1
  55. package/definitions/game/game/entity/action/actions/Heal.d.ts +1 -1
  56. package/definitions/game/game/entity/action/actions/HealOther.d.ts +1 -1
  57. package/definitions/game/game/entity/action/actions/Hitch.d.ts +1 -1
  58. package/definitions/game/game/entity/action/actions/Idle.d.ts +1 -1
  59. package/definitions/game/game/entity/action/actions/Ignite.d.ts +1 -1
  60. package/definitions/game/game/entity/action/actions/Jump.d.ts +1 -1
  61. package/definitions/game/game/entity/action/actions/Kneel.d.ts +1 -1
  62. package/definitions/game/game/entity/action/actions/Learn.d.ts +1 -1
  63. package/definitions/game/game/entity/action/actions/Lockpick.d.ts +1 -1
  64. package/definitions/game/game/entity/action/actions/Melee.d.ts +1 -1
  65. package/definitions/game/game/entity/action/actions/Mine.d.ts +1 -1
  66. package/definitions/game/game/entity/action/actions/Move.d.ts +1 -1
  67. package/definitions/game/game/entity/action/actions/MoveItem.d.ts +1 -1
  68. package/definitions/game/game/entity/action/actions/MoveTo.d.ts +1 -1
  69. package/definitions/game/game/entity/action/actions/NPCInteract.d.ts +1 -1
  70. package/definitions/game/game/entity/action/actions/Navigate.d.ts +1 -1
  71. package/definitions/game/game/entity/action/actions/Noclip.d.ts +1 -1
  72. package/definitions/game/game/entity/action/actions/Offer.d.ts +1 -1
  73. package/definitions/game/game/entity/action/actions/OpenBottle.d.ts +1 -1
  74. package/definitions/game/game/entity/action/actions/OpenContainer.d.ts +1 -1
  75. package/definitions/game/game/entity/action/actions/OpenDoor.d.ts +1 -1
  76. package/definitions/game/game/entity/action/actions/PackGround.d.ts +1 -1
  77. package/definitions/game/game/entity/action/actions/Pet.d.ts +1 -1
  78. package/definitions/game/game/entity/action/actions/PickUp.d.ts +1 -1
  79. package/definitions/game/game/entity/action/actions/PickUpAllItems.d.ts +1 -1
  80. package/definitions/game/game/entity/action/actions/PickUpExcrement.d.ts +1 -1
  81. package/definitions/game/game/entity/action/actions/PickUpItem.d.ts +1 -1
  82. package/definitions/game/game/entity/action/actions/PlaceDown.d.ts +1 -1
  83. package/definitions/game/game/entity/action/actions/Plant.d.ts +1 -1
  84. package/definitions/game/game/entity/action/actions/Pour.d.ts +1 -1
  85. package/definitions/game/game/entity/action/actions/PourOnYourself.d.ts +1 -1
  86. package/definitions/game/game/entity/action/actions/Preserve.d.ts +1 -1
  87. package/definitions/game/game/entity/action/actions/PropOpenDoor.d.ts +1 -1
  88. package/definitions/game/game/entity/action/actions/ProtectItem.d.ts +1 -1
  89. package/definitions/game/game/entity/action/actions/Read.d.ts +1 -1
  90. package/definitions/game/game/entity/action/actions/ReadMap.d.ts +1 -1
  91. package/definitions/game/game/entity/action/actions/Refine.d.ts +1 -1
  92. package/definitions/game/game/entity/action/actions/Reinforce.d.ts +1 -1
  93. package/definitions/game/game/entity/action/actions/Release.d.ts +1 -1
  94. package/definitions/game/game/entity/action/actions/RemoveControllableNPC.d.ts +1 -1
  95. package/definitions/game/game/entity/action/actions/Rename.d.ts +1 -1
  96. package/definitions/game/game/entity/action/actions/RenameIsland.d.ts +1 -1
  97. package/definitions/game/game/entity/action/actions/Repair.d.ts +1 -1
  98. package/definitions/game/game/entity/action/actions/ResetItemDiscovered.d.ts +1 -1
  99. package/definitions/game/game/entity/action/actions/Reshape.d.ts +1 -1
  100. package/definitions/game/game/entity/action/actions/Rest.d.ts +1 -1
  101. package/definitions/game/game/entity/action/actions/RestCancel.d.ts +1 -1
  102. package/definitions/game/game/entity/action/actions/Ride.d.ts +1 -1
  103. package/definitions/game/game/entity/action/actions/Rotate.d.ts +1 -1
  104. package/definitions/game/game/entity/action/actions/SailToIsland.d.ts +1 -1
  105. package/definitions/game/game/entity/action/actions/SetCreatureAi.d.ts +1 -1
  106. package/definitions/game/game/entity/action/actions/SetCreatureAiAll.d.ts +1 -1
  107. package/definitions/game/game/entity/action/actions/SetDown.d.ts +1 -1
  108. package/definitions/game/game/entity/action/actions/SetTitle.d.ts +1 -1
  109. package/definitions/game/game/entity/action/actions/ShipToIsland.d.ts +1 -1
  110. package/definitions/game/game/entity/action/actions/Shoot.d.ts +1 -1
  111. package/definitions/game/game/entity/action/actions/Sleep.d.ts +1 -1
  112. package/definitions/game/game/entity/action/actions/SmotherFire.d.ts +1 -1
  113. package/definitions/game/game/entity/action/actions/Squeeze.d.ts +1 -1
  114. package/definitions/game/game/entity/action/actions/Squish.d.ts +1 -1
  115. package/definitions/game/game/entity/action/actions/StartFire.d.ts +1 -1
  116. package/definitions/game/game/entity/action/actions/StokeFire.d.ts +1 -1
  117. package/definitions/game/game/entity/action/actions/Summon.d.ts +1 -1
  118. package/definitions/game/game/entity/action/actions/SwapWithArmorStand.d.ts +1 -1
  119. package/definitions/game/game/entity/action/actions/TakeFromArmorStand.d.ts +1 -1
  120. package/definitions/game/game/entity/action/actions/Tame.d.ts +1 -1
  121. package/definitions/game/game/entity/action/actions/Teleport.d.ts +1 -1
  122. package/definitions/game/game/entity/action/actions/TellTime.d.ts +1 -1
  123. package/definitions/game/game/entity/action/actions/TestDepth.d.ts +1 -1
  124. package/definitions/game/game/entity/action/actions/Throw.d.ts +1 -1
  125. package/definitions/game/game/entity/action/actions/Till.d.ts +1 -1
  126. package/definitions/game/game/entity/action/actions/ToggleContainer.d.ts +1 -1
  127. package/definitions/game/game/entity/action/actions/ToggleDoor.d.ts +1 -1
  128. package/definitions/game/game/entity/action/actions/ToggleHitch.d.ts +1 -1
  129. package/definitions/game/game/entity/action/actions/ToggleProtectItem.d.ts +1 -1
  130. package/definitions/game/game/entity/action/actions/ToggleTilled.d.ts +1 -1
  131. package/definitions/game/game/entity/action/actions/ToggleVehicle.d.ts +1 -1
  132. package/definitions/game/game/entity/action/actions/Trade.d.ts +1 -1
  133. package/definitions/game/game/entity/action/actions/Transmogrify.d.ts +1 -1
  134. package/definitions/game/game/entity/action/actions/Uncage.d.ts +1 -1
  135. package/definitions/game/game/entity/action/actions/Unequip.d.ts +1 -1
  136. package/definitions/game/game/entity/action/actions/Unhitch.d.ts +1 -1
  137. package/definitions/game/game/entity/action/actions/UnprotectItem.d.ts +1 -1
  138. package/definitions/game/game/entity/action/actions/UpdateDirection.d.ts +1 -1
  139. package/definitions/game/game/entity/action/actions/UpdateGameOption.d.ts +1 -1
  140. package/definitions/game/game/entity/action/actions/UpdateItemOrder.d.ts +1 -1
  141. package/definitions/game/game/entity/action/actions/UpdateOption.d.ts +1 -1
  142. package/definitions/game/game/entity/action/actions/UpdateWalkTo.d.ts +1 -1
  143. package/definitions/game/game/entity/action/actions/Upgrade.d.ts +1 -1
  144. package/definitions/game/game/entity/action/actions/ViewItems.d.ts +1 -1
  145. package/definitions/game/game/entity/creature/Creature.d.ts +2 -1
  146. package/definitions/game/game/entity/creature/ICreature.d.ts +5 -0
  147. package/definitions/game/game/entity/creature/corpse/Corpse.d.ts +2 -2
  148. package/definitions/game/game/entity/creature/corpse/ICorpse.d.ts +3 -0
  149. package/definitions/game/game/entity/npc/INPC.d.ts +3 -0
  150. package/definitions/game/game/entity/npc/NPC.d.ts +2 -2
  151. package/definitions/game/game/entity/player/IPlayer.d.ts +3 -0
  152. package/definitions/game/game/entity/player/Player.d.ts +2 -2
  153. package/definitions/game/game/entity/status/IStatus.d.ts +13 -2
  154. package/definitions/game/game/entity/status/IStatusContext.d.ts +1 -1
  155. package/definitions/game/game/entity/status/Status.d.ts +1 -1
  156. package/definitions/game/game/island/Island.d.ts +2 -2
  157. package/definitions/game/game/milestones/IMilestone.d.ts +3 -1
  158. package/definitions/game/game/milestones/MilestoneDefinition.d.ts +4 -3
  159. package/definitions/game/game/options/IGameOptions.d.ts +4 -0
  160. package/definitions/game/game/options/modifiers/milestone/IMilestoneModifier.d.ts +2 -1
  161. package/definitions/game/game/options/modifiers/milestone/MilestoneModifiersManager.d.ts +4 -0
  162. package/definitions/game/game/options/modifiers/milestone/modifiers/Cursebreaker.d.ts +17 -0
  163. package/definitions/game/game/options/modifiers/milestone/modifiers/Cursed.d.ts +17 -0
  164. package/definitions/game/game/tile/ITileEvent.d.ts +3 -0
  165. package/definitions/game/game/tile/Tile.d.ts +2 -1
  166. package/definitions/game/game/tile/TileEvent.d.ts +2 -2
  167. package/definitions/game/language/dictionary/Message.d.ts +4 -4
  168. package/definitions/game/language/dictionary/UiTranslation.d.ts +692 -691
  169. package/definitions/game/renderer/RenderersNotifiers.d.ts +1 -1
  170. package/definitions/game/renderer/fieldOfView/IFieldOfView.d.ts +4 -1
  171. package/definitions/game/renderer/notifier/INotifier.d.ts +2 -2
  172. package/definitions/game/renderer/notifier/Notifier.d.ts +1 -1
  173. package/package.json +1 -1
@@ -9,8 +9,10 @@
9
9
  * https://github.com/WaywardGame/types/wiki
10
10
  */
11
11
  import type { ItemType } from "@wayward/game/game/item/IItem";
12
+ import type { TileEventType } from "@wayward/game/game/tile/ITileEvent";
12
13
  export interface ILootItem {
13
- type: ItemType;
14
+ itemType?: ItemType;
15
+ tileEventType?: TileEventType;
14
16
  chance?: number;
15
17
  chanceOutOf?: number;
16
18
  difficulty?: number;
@@ -62,6 +62,11 @@ export declare const CURSE_EVENTS_DEFAULT_RADIUS = 25;
62
62
  */
63
63
  export declare const CURSE_EVENTS_COOLDOWN_RANGE: IRangeRange;
64
64
  export declare const CURSE_EVENTS_FIRST_NIGHT = 3;
65
+ /**
66
+ * Each tick after a curse event ends, one entity of each type spawned by the event has this chance to despawn.
67
+ * If the entity is on a tile that can be seen by a player, it will not despawn.
68
+ */
69
+ export declare const CURSE_EVENTS_ENTITY_DESPAWN_CHANCE = 0.1;
65
70
  declare namespace Curse {
66
71
  interface Helper {
67
72
  context: CurseEventContext;
@@ -69,6 +74,9 @@ declare namespace Curse {
69
74
  definition: CurseEvent;
70
75
  }
71
76
  function get(island?: Island, type?: CurseEventType): Helper | undefined;
77
+ function willHaveEventsTonight(island: Island): boolean;
78
+ function canWarnAboutIncomingEvents(island: Island): boolean;
79
+ function getCooldownMultiplier(island: Island, humans?: Human<unknown, number, import("../reference/IReferenceManager").ReferenceType.NPC | import("../reference/IReferenceManager").ReferenceType.Player, unknown>[]): number;
72
80
  function clearCooldown(island: Island): void;
73
81
  function tickCurse(island: Island, humans: Human[]): void;
74
82
  function reload(island: Island): void;
@@ -77,6 +85,7 @@ declare namespace Curse {
77
85
  function attemptSpecificCurseEventSpawn(human: Human, type: CurseEventType, humans: Human[], curse?: number): CurseEventInstance | undefined;
78
86
  function unload(island: Island): void;
79
87
  function cleanup(island: Island, humans?: Human[]): void;
88
+ function cleanupEphemerals(island: Island): void;
80
89
  function createCurseEventContext(instance: CurseEventInstance, island: Island, humans?: Human[], cursebearer?: Human): CurseEventContext;
81
90
  }
82
91
  declare const SYMBOL_CURSE_EVENT_SUBSCRIBER_INSTANCES: unique symbol;
@@ -86,6 +95,7 @@ interface Curse {
86
95
  events?: CurseEventInstance[];
87
96
  cooldown?: number;
88
97
  warned?: true;
98
+ ephemeralCreatures?: number[];
89
99
  [SYMBOL_CURSE_EVENT_GLOBAL_SUBSCRIBER_INSTANCE]?: CurseEventSubscriber;
90
100
  }
91
101
  interface CurseEventInstance {
@@ -102,11 +112,9 @@ interface CurseEventInstance {
102
112
  interface ScriptProcessState {
103
113
  /** The path of keys/indices from the root of the script to the step this process is currently on. */
104
114
  path: Array<string | number>;
105
- /** The game tick when this step's EndAfter condition is met. */
106
- endTick?: number;
107
- /** Iterations remaining for a "repeat" block. */
115
+ /** Iterations remaining for a Repeat block, or ticks remaining for an EndCondition. */
108
116
  iterationsRemaining?: number;
109
- /** The state of any child processes started by a "simultaneously" or "repeat" block. */
117
+ /** The state of any child processes started by a Simultaneously or Repeat block. */
110
118
  childProcesses?: ScriptProcessState[];
111
119
  }
112
120
  export default Curse;
@@ -49,6 +49,7 @@ export interface CurseEventContext {
49
49
  */
50
50
  inject<T extends CurseEventSubscriber>(subscriber: Class<T>): void;
51
51
  setDisplay(mode: CurseEventDisplayMode): void;
52
+ discover(forSpecificHuman?: Human): void;
52
53
  uninject(): void;
53
54
  uninject<T extends CurseEventSubscriber>(subscriber: Class<T>): void;
54
55
  toString(): string;
@@ -61,12 +62,7 @@ export interface CurseEvent {
61
62
  * All curse events default to a weight of 1, so setting this to 0.5 would make it half as likely as any other event.
62
63
  */
63
64
  weight?: number;
64
- position?: CursePosition;
65
- /**
66
- * Controls the radius of the curse event. Defaults to the value of `CURSE_EVENTS_DEFAULT_RADIUS` (at time of writing, 25.)
67
- * This is used for the `CurseEventContext.getRandomTile` and `CurseEventContext.getNearbyPlayers` methods.
68
- */
69
- radius?: number;
65
+ discoveredByDefault?: true;
70
66
  /** A number 0-1 representing the curse level that the randomly selected player must have in order for this curse event to be chosen */
71
67
  requiredCurseLevel?: number;
72
68
  requiredBiomes?: {
@@ -76,6 +72,12 @@ export interface CurseEvent {
76
72
  /** If one event is marked as conflicting with another, they will both have the conflict registered. */
77
73
  conflicts?: CurseEventType[];
78
74
  requiredPredicate?(context: CurseEventContext): boolean;
75
+ position?: CursePosition;
76
+ /**
77
+ * Controls the radius of the curse event. Defaults to the value of `CURSE_EVENTS_DEFAULT_RADIUS` (at time of writing, 25.)
78
+ * This is used for the `CurseEventContext.getRandomTile` and `CurseEventContext.getNearbyPlayers` methods.
79
+ */
80
+ radius?: number;
79
81
  getOptions?(): IGameOptionsPartial;
80
82
  subscribers?: Array<Class<CurseEventSubscriber>>;
81
83
  onStart?(context: CurseEventContext): void;
@@ -250,6 +250,10 @@ export interface IDoodadDescription extends IObjectDescription, IModdable, ICaus
250
250
  * Radius around scarecrow that will attempt to scare away creatures based on `chanceOfScarecrowScare` property in `creatureDescriptions`.
251
251
  */
252
252
  scareRadius?: number;
253
+ /**
254
+ * When the doodad reaches this stage, it will drop the following items with the following chances.
255
+ */
256
+ dropsOnGrowth?: IDropsOnGrowth;
253
257
  }
254
258
  export interface IItemStackRegion {
255
259
  xMin: number;
@@ -294,6 +298,7 @@ export interface IProvidesSkill {
294
298
  skillValue: number;
295
299
  }
296
300
  export type IDoodadParticles = Record<number, IRGB>;
301
+ export type IDropsOnGrowth = PartialRecord<GrowingStage, ILootItem[]>;
297
302
  export type IDoodadLoot = PartialRecord<GrowingStage, ILootItem[]>;
298
303
  export declare enum DoodadType {
299
304
  WoodenDoor = 0,
@@ -15,7 +15,7 @@ import type Doodad from "@wayward/game/game/doodad/Doodad";
15
15
  import type EntityMovable from "@wayward/game/game/entity/EntityMovable";
16
16
  import type EntityWithStats from "@wayward/game/game/entity/EntityWithStats";
17
17
  import type Human from "@wayward/game/game/entity/Human";
18
- import type { ICastable, IEntityConstructorOptions, IEntityEvents } from "@wayward/game/game/entity/IEntity";
18
+ import type { EntityTag, ICastable, IEntityConstructorOptions, IEntityEvents } from "@wayward/game/game/entity/IEntity";
19
19
  import { EntityType } from "@wayward/game/game/entity/IEntity";
20
20
  import type { IHumanBound } from "@wayward/game/game/entity/IEntityManager";
21
21
  import type { ActionType } from "@wayward/game/game/entity/action/IAction";
@@ -56,7 +56,10 @@ export default abstract class Entity<DescriptionType = unknown, TypeType extends
56
56
  private _data?;
57
57
  private _persistentMarker?;
58
58
  private _persistentMarkerHidden?;
59
+ /** Tags from a set specific to the entity type */
59
60
  private _tags?;
61
+ /** Tags from a global set */
62
+ private _entityTags?;
60
63
  islandId: IslandId;
61
64
  preventRendering?: boolean;
62
65
  private _humansWithinBound?;
@@ -138,6 +141,9 @@ export default abstract class Entity<DescriptionType = unknown, TypeType extends
138
141
  hasTag(tag: TagType): boolean;
139
142
  addTag(tag: TagType): void;
140
143
  removeTag(tag: TagType): void;
144
+ hasEntityTag(tag: EntityTag): boolean;
145
+ addEntityTag(tag: EntityTag): void;
146
+ removeEntityTag(tag: EntityTag): void;
141
147
  /**
142
148
  * Check if a data was set
143
149
  * @param key Data key
@@ -17,7 +17,7 @@ import type Entity from "@wayward/game/game/entity/Entity";
17
17
  import EntityWithStats from "@wayward/game/game/entity/EntityWithStats";
18
18
  import type { IAttack, ICausesDamage, IEntityConstructorOptions, IMovingData, MoveFlag } from "@wayward/game/game/entity/IEntity";
19
19
  import { AttackType, DamageType, IStatChangeInfo, StatusChangeReason } from "@wayward/game/game/entity/IEntity";
20
- import type { ICheckUnderOptions, ICrafted, ICustomizations, IHumanEvents, ILoadOnIslandOptions, IRestData, IVoyageInfo, WalkToChangeReason } from "@wayward/game/game/entity/IHuman";
20
+ import type { HumanTag, ICheckUnderOptions, ICrafted, ICustomizations, IHumanEvents, ILoadOnIslandOptions, IRestData, IVoyageInfo, WalkToChangeReason } from "@wayward/game/game/entity/IHuman";
21
21
  import { EquipType, RestCancelReason, SkillType } from "@wayward/game/game/entity/IHuman";
22
22
  import type { IStat } from "@wayward/game/game/entity/IStats";
23
23
  import { Stat } from "@wayward/game/game/entity/IStats";
@@ -71,7 +71,7 @@ interface IEquip {
71
71
  item: Item;
72
72
  equipType: EquipType;
73
73
  }
74
- export default abstract class Human<DescriptionType = unknown, TypeType extends number = number, EntityReferenceType extends ReferenceType.Player | ReferenceType.NPC = ReferenceType.Player | ReferenceType.NPC> extends EntityWithStats<DescriptionType, TypeType, EntityReferenceType> implements IHasInsulation, IContainer {
74
+ export default abstract class Human<DescriptionType = unknown, TypeType extends number = number, EntityReferenceType extends ReferenceType.Player | ReferenceType.NPC = ReferenceType.Player | ReferenceType.NPC, TagType = unknown> extends EntityWithStats<DescriptionType, TypeType, EntityReferenceType, TagType> implements IHasInsulation, IContainer {
75
75
  static getNameTranslation(): TranslationImpl;
76
76
  event: IEventEmitter<this, IHumanEvents>;
77
77
  anim: number;
@@ -132,6 +132,7 @@ export default abstract class Human<DescriptionType = unknown, TypeType extends
132
132
  cumulativeEvilCrafting: number;
133
133
  cumulativeKilling: number;
134
134
  itemDiscovered: ItemType[];
135
+ private _humanTags?;
135
136
  /** @deprecated (use the entity itself) */
136
137
  readonly inventory: IContainer;
137
138
  /**
@@ -150,7 +151,7 @@ export default abstract class Human<DescriptionType = unknown, TypeType extends
150
151
  * Flag that will prevent a humans vehicle from showing up until the movement finishews
151
152
  */
152
153
  isMovingSuppressVehicleClientside: boolean;
153
- protected readonly milestonesCollection: import("../options/modifiers/GameplayModifiersManager").GameplayModifiersCollection<import("../options/modifiers/milestone/MilestoneModifier").default, Milestone, import("../options/modifiers/milestone/MilestoneModifier").MilestoneModifierInstance<any>, [(Human<unknown, number, ReferenceType.NPC | ReferenceType.Player> | undefined)?]>;
154
+ protected readonly milestonesCollection: import("../options/modifiers/GameplayModifiersManager").GameplayModifiersCollection<import("../options/modifiers/milestone/MilestoneModifier").default, Milestone, import("../options/modifiers/milestone/MilestoneModifier").MilestoneModifierInstance<any>, [(Human<unknown, number, ReferenceType.NPC | ReferenceType.Player, unknown> | undefined)?]>;
154
155
  protected gameOptionsCached?: IGameOptionsPlayer;
155
156
  protected cachedMovementPenalty?: number;
156
157
  constructor(entityOptions?: IEntityConstructorOptions<TypeType>);
@@ -510,6 +511,9 @@ export default abstract class Human<DescriptionType = unknown, TypeType extends
510
511
  * Creates a fire at a given tile and assigns the player as its creator.
511
512
  */
512
513
  createFire(tile: Tile): TileEvent | undefined;
514
+ hasHumanTag(tag: HumanTag): boolean;
515
+ addHumanTag(tag: HumanTag): void;
516
+ removeHumanTag(tag: HumanTag): void;
513
517
  get asCorpse(): undefined;
514
518
  get asCreature(): undefined;
515
519
  get asDoodad(): undefined;
@@ -523,6 +523,9 @@ export declare enum MovingState {
523
523
  */
524
524
  PreNoInput = 2
525
525
  }
526
+ export declare enum HumanTag {
527
+ None = 0
528
+ }
526
529
  /**
527
530
  * The swimming skill required to travel to another island
528
531
  *
@@ -17,5 +17,5 @@ export interface IAbsorbCanUse extends IActionUsable {
17
17
  absorbTarget: Item;
18
18
  magic: MagicalPropertyManager;
19
19
  }
20
- declare const _default: Action<[ActionArgument.ItemNearby, [arg1: ActionArgument.Undefined, ActionArgument.ItemNearby]], ActionType.Absorb, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, IAbsorbCanUse, [Item, (Item | undefined)?]>;
20
+ declare const _default: Action<[ActionArgument.ItemNearby, [arg1: ActionArgument.Undefined, ActionArgument.ItemNearby]], ActionType.Absorb, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, IAbsorbCanUse, [Item, (Item | undefined)?]>;
21
21
  export default _default;
@@ -14,5 +14,5 @@ import { ActionArgument, ActionType } from "@wayward/game/game/entity/action/IAc
14
14
  export interface IAddFuelCanUse extends IActionUsable {
15
15
  stokeAmount: number;
16
16
  }
17
- declare const _default: Action<[ActionArgument.ItemNearby, ActionArgument.ItemInventory], ActionType.AddFuel, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, IAddFuelCanUse, [import("../../../item/Item").default, import("../../../item/Item").default]>;
17
+ declare const _default: Action<[ActionArgument.ItemNearby, ActionArgument.ItemInventory], ActionType.AddFuel, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, IAddFuelCanUse, [import("../../../item/Item").default, import("../../../item/Item").default]>;
18
18
  export default _default;
@@ -10,5 +10,5 @@
10
10
  */
11
11
  import { Action } from "@wayward/game/game/entity/action/Action";
12
12
  import { ActionArgument, ActionType } from "@wayward/game/game/entity/action/IAction";
13
- declare const _default: Action<[ActionArgument.Integer32], ActionType.AddItemDiscovered, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, import("@wayward/game/game/entity/action/IAction").IActionUsable, [number]>;
13
+ declare const _default: Action<[ActionArgument.Integer32], ActionType.AddItemDiscovered, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, import("@wayward/game/game/entity/action/IAction").IActionUsable, [number]>;
14
14
  export default _default;
@@ -17,5 +17,5 @@ export interface IAlterCanUse extends IActionUsable {
17
17
  alterationTarget: Item;
18
18
  targetMagic: MagicalPropertyManager;
19
19
  }
20
- declare const _default: Action<[ActionArgument.ItemNearby, [arg1: ActionArgument.Undefined, ActionArgument.ItemNearby]], ActionType.Alter, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, IAlterCanUse, [Item, (Item | undefined)?]>;
20
+ declare const _default: Action<[ActionArgument.ItemNearby, [arg1: ActionArgument.Undefined, ActionArgument.ItemNearby]], ActionType.Alter, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, IAlterCanUse, [Item, (Item | undefined)?]>;
21
21
  export default _default;
@@ -9,5 +9,5 @@
9
9
  * https://github.com/WaywardGame/types/wiki
10
10
  */
11
11
  import { ActionType } from "@wayward/game/game/entity/action/IAction";
12
- declare const _default: import("../Action").Action<[import("@wayward/game/game/entity/action/IAction").ActionArgument.ItemNearby], ActionType.Apply, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, import("@wayward/game/game/entity/action/actions/ConsumeItem").IConsumeItemCanUse, [import("../../../item/Item").default]>;
12
+ declare const _default: import("../Action").Action<[import("@wayward/game/game/entity/action/IAction").ActionArgument.ItemNearby], ActionType.Apply, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, import("@wayward/game/game/entity/action/actions/ConsumeItem").IConsumeItemCanUse, [import("../../../item/Item").default]>;
13
13
  export default _default;
@@ -10,5 +10,5 @@
10
10
  */
11
11
  import { Action } from "@wayward/game/game/entity/action/Action";
12
12
  import { ActionType } from "@wayward/game/game/entity/action/IAction";
13
- declare const _default: Action<[], ActionType.AscendDescend, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, import("@wayward/game/game/entity/action/IAction").IActionUsable, []>;
13
+ declare const _default: Action<[], ActionType.AscendDescend, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, import("@wayward/game/game/entity/action/IAction").IActionUsable, []>;
14
14
  export default _default;
@@ -16,5 +16,5 @@ import type Item from "@wayward/game/game/item/Item";
16
16
  export interface IAttachContainerCanUse extends IActionUsable {
17
17
  doodad: Doodad;
18
18
  }
19
- declare const _default: Action<[ActionArgument.ItemNearby], ActionType.AttachContainer, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, IAttachContainerCanUse, [Item]>;
19
+ declare const _default: Action<[ActionArgument.ItemNearby], ActionType.AttachContainer, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, IAttachContainerCanUse, [Item]>;
20
20
  export default _default;
@@ -44,5 +44,5 @@ export interface IAttackRangedWeaponCanUse extends IBaseCanUse {
44
44
  ammunitionType: ItemType | ItemTypeGroup | undefined;
45
45
  }
46
46
  export type IAttackCanUse = IAttackCloseUpCanUse | IAttackThrowItemCanUse | IAttackRangedWeaponCanUse;
47
- declare const _default: Action<[[arg1: ActionArgument.Undefined, ActionArgument.ItemInventory], [ActionArgument.Undefined, import("../argument/ActionArgumentEnum").default<AttackType, "MeleeWeapon" | "HandToHand" | "RangedWeapon" | "ThrowItem">], [arg1: ActionArgument.Undefined, ActionArgument.ItemInventory]], ActionType.Attack, Human<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, IAttackCanUse, [(Item | undefined)?, (AttackType | undefined)?, (Item | undefined)?]>;
47
+ declare const _default: Action<[[arg1: ActionArgument.Undefined, ActionArgument.ItemInventory], [ActionArgument.Undefined, import("../argument/ActionArgumentEnum").default<AttackType, "MeleeWeapon" | "HandToHand" | "RangedWeapon" | "ThrowItem">], [arg1: ActionArgument.Undefined, ActionArgument.ItemInventory]], ActionType.Attack, Human<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, IAttackCanUse, [(Item | undefined)?, (AttackType | undefined)?, (Item | undefined)?]>;
48
48
  export default _default;
@@ -20,5 +20,5 @@ export interface IBuildCanUse extends IActionUsable {
20
20
  tile: Tile;
21
21
  buildInfo: IItemBuild;
22
22
  }
23
- declare const _default: Action<[ActionArgument.ItemNearby, [arg1: ActionArgument.Undefined, ActionArgument.Tile]], ActionType.Build, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, IBuildCanUse, [Item, (Tile | undefined)?]>;
23
+ declare const _default: Action<[ActionArgument.ItemNearby, [arg1: ActionArgument.Undefined, ActionArgument.Tile]], ActionType.Build, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, IBuildCanUse, [Item, (Tile | undefined)?]>;
24
24
  export default _default;
@@ -17,5 +17,5 @@ export interface IButcherCanUse extends IActionUsable {
17
17
  tile: Tile;
18
18
  corpses: Corpse[];
19
19
  }
20
- declare const _default: Action<[ActionArgument.ItemInventory], ActionType.Butcher, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, IButcherCanUse, [import("../../../item/Item").default]>;
20
+ declare const _default: Action<[ActionArgument.ItemInventory], ActionType.Butcher, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, IButcherCanUse, [import("../../../item/Item").default]>;
21
21
  export default _default;
@@ -17,5 +17,5 @@ export interface ICageCreature extends IActionUsable {
17
17
  creature: Creature;
18
18
  changeInto: ItemType;
19
19
  }
20
- declare const _default: Action<[ActionArgument.ItemInventory], ActionType.CageCreature, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, ICageCreature, [import("../../../item/Item").default]>;
20
+ declare const _default: Action<[ActionArgument.ItemInventory], ActionType.CageCreature, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, ICageCreature, [import("../../../item/Item").default]>;
21
21
  export default _default;
@@ -20,5 +20,5 @@ export interface ICastCanUse extends IActionUsable {
20
20
  maxFishingRange: number;
21
21
  canGatherTreasure?: TreasureGathering.ICanGather;
22
22
  }
23
- declare const _default: Action<[ActionArgument.ItemInventory], ActionType.Cast, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, ICastCanUse, [import("../../../item/Item").default]>;
23
+ declare const _default: Action<[ActionArgument.ItemInventory], ActionType.Cast, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, ICastCanUse, [import("../../../item/Item").default]>;
24
24
  export default _default;
@@ -9,5 +9,5 @@
9
9
  * https://github.com/WaywardGame/types/wiki
10
10
  */
11
11
  import { ActionType } from "@wayward/game/game/entity/action/IAction";
12
- declare const _default: import("../Action").Action<[[arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.ItemInventory], [arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.Tile]], ActionType.Chop, import("../../../doodad/Doodad").default | import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, import("@wayward/game/game/entity/action/actions/Gather").IGatherCanUse, [(import("../../../item/Item").default | undefined)?, (import("../../../tile/Tile").default | undefined)?]>;
12
+ declare const _default: import("../Action").Action<[[arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.ItemInventory], [arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.Tile]], ActionType.Chop, import("../../../doodad/Doodad").default | import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, import("@wayward/game/game/entity/action/actions/Gather").IGatherCanUse, [(import("../../../item/Item").default | undefined)?, (import("../../../tile/Tile").default | undefined)?]>;
13
13
  export default _default;
@@ -9,5 +9,5 @@
9
9
  * https://github.com/WaywardGame/types/wiki
10
10
  */
11
11
  import { ActionType } from "@wayward/game/game/entity/action/IAction";
12
- declare const _default: import("../Action").Action<[[arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.Container, import("@wayward/game/game/entity/action/IAction").ActionArgument.NPCNearby], [arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.Boolean]], ActionType.CloseContainer, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, import("@wayward/game/game/entity/action/actions/ToggleContainer").IToggleContainerCanUse, [(import("../../npc/NPC").default | import("../../../item/IItem").IContainer | undefined)?, (boolean | undefined)?]>;
12
+ declare const _default: import("../Action").Action<[[arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.Container, import("@wayward/game/game/entity/action/IAction").ActionArgument.NPCNearby], [arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.Boolean]], ActionType.CloseContainer, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, import("@wayward/game/game/entity/action/actions/ToggleContainer").IToggleContainerCanUse, [(import("../../npc/NPC").default | import("../../../item/IItem").IContainer | undefined)?, (boolean | undefined)?]>;
13
13
  export default _default;
@@ -9,5 +9,5 @@
9
9
  * https://github.com/WaywardGame/types/wiki
10
10
  */
11
11
  import { ActionType } from "@wayward/game/game/entity/action/IAction";
12
- declare const _default: import("../Action").Action<[[arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.DoodadNearby], [arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.Boolean]], ActionType.CloseDoor, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, boolean, import("@wayward/game/game/entity/action/actions/ToggleDoor").IToggleDoorCanUse, [(import("../../../doodad/Doodad").default | undefined)?, (boolean | undefined)?]>;
12
+ declare const _default: import("../Action").Action<[[arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.DoodadNearby], [arg1: import("@wayward/game/game/entity/action/IAction").ActionArgument.Undefined, import("@wayward/game/game/entity/action/IAction").ActionArgument.Boolean]], ActionType.CloseDoor, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, boolean, import("@wayward/game/game/entity/action/actions/ToggleDoor").IToggleDoorCanUse, [(import("../../../doodad/Doodad").default | undefined)?, (boolean | undefined)?]>;
13
13
  export default _default;
@@ -15,5 +15,5 @@ import type { IItemDescription } from "@wayward/game/game/item/IItem";
15
15
  export interface IConsumeItemCanUse extends IActionUsable {
16
16
  description: IItemDescription;
17
17
  }
18
- declare const _default: Action<[ActionArgument.ItemNearby], ActionType, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, IConsumeItemCanUse, [import("../../../item/Item").default]>;
18
+ declare const _default: Action<[ActionArgument.ItemNearby], ActionType, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, IConsumeItemCanUse, [import("../../../item/Item").default]>;
19
19
  export default _default;
@@ -21,5 +21,5 @@ interface ICopyMapRequirement {
21
21
  export declare const copyMapRequirements: ICopyMapRequirement[];
22
22
  export declare function hasMapRequirement(requirement: ICopyMapRequirement, human: Human): Item | undefined;
23
23
  export declare function canMakeMapCopy(human: Human): boolean;
24
- declare const _default: Action<[ActionArgument.ItemNearby], ActionType.CopyMap, Human<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, import("@wayward/game/game/entity/action/IAction").IActionUsable, [Item]>;
24
+ declare const _default: Action<[ActionArgument.ItemNearby], ActionType.CopyMap, Human<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, import("@wayward/game/game/entity/action/IAction").IActionUsable, [Item]>;
25
25
  export default _default;
@@ -21,5 +21,5 @@ export interface ICraftCanUse extends IActionUsable {
21
21
  baseComponent: Item | undefined;
22
22
  canBurn: boolean;
23
23
  }
24
- declare const _default: Action<[import("../argument/ActionArgumentEnum").default<ItemType, "Bow" | "None" | "String" | "HideGlue" | "AnimalSkull" | "GraniteArrow" | "GraniteArrowhead" | "PileOfAsh" | "BarkLeggings" | "BarkShield" | "BarkTunic" | "Bone" | "Branch" | "CactusSpines" | "Charcoal" | "GraniteFlooring" | "CookedMeat" | "Earthworm" | "Feather" | "Fertilizer" | "WaterskinOfSeawater" | "FirePlough" | "BeggartickSeeds" | "Fossil" | "GoldCoins" | "GoldenChalice" | "GoldenRing" | "GoldShortSword" | "GrassSeeds" | "IronOre" | "WoodenDowels" | "Granite" | "LeafBedroll" | "Hide" | "Leaves" | "Limestone" | "Log" | "GraniteMortarAndPestle" | "ButtonMushrooms" | "Nopal" | "Peat" | "Sandstone" | "PileOfGravel" | "PileOfBeachSand" | "WoodenArrow" | "GraniteAxe" | "Bandage" | "WovenFabric" | "CactusNeedle" | "GraniteShovel" | "WoodenSpear" | "Suture" | "Raft" | "RawMeat" | "Raspberries" | "FlyAmanita" | "Rope" | "MapleSeeds" | "Badderlocks" | "SharpGlass" | "SharpGranite" | "Skullcap" | "SmoothGranite" | "Soil" | "GraniteSpear" | "Stones" | "GraniteWall" | "StrippedBark" | "Leather" | "Tannin" | "MilkThistleSeeds" | "TreeBark" | "HoneyFungus" | "ClematisVine" | "Twigs" | "Waterskin" | "WoodenPole" | "PeatBandage" | "BowDrill" | "FishingNet" | "RawCod" | "CookedCod" | "GraniteCampfire" | "VineWhip" | "PileOfSnow" | "BarkTorch" | "LitBarkTorch" | "HandDrill" | "SmallBag" | "Shale" | "SharpenedBone" | "Grindstone" | "RawFishSteak" | "CookedFishSteak" | "WaterskinOfDesalinatedWater" | "BoatPaddle" | "BullBoat" | "RefinedSand" | "Spyglass" | "Retort" | "RawClay" | "RawClayBlowpipe" | "ClayBlowpipe" | "LeatherBelt" | "LeatherTunic" | "LeatherBoots" | "LeatherCap" | "LeatherGorget" | "LeatherPants" | "LeatherGloves" | "GraniteFurnace" | "SandstoneKiln" | "IronTongs" | "Talc" | "TalcumPowder" | "WoodenSandCastFlask" | "Lens" | "PlantRoots" | "Lockpick" | "BoneNeedle" | "Pineapple" | "TatteredMap" | "Coal" | "SmeltedWroughtIron" | "LimestonePowder" | "SmeltedIron" | "Backpack" | "RottenMeat" | "GraniteHammer" | "RawChicken" | "CookedChicken" | "GraniteAnvil" | "WoodenChest" | "IronShortSword" | "IronBreastplate" | "IronBoots" | "IronHelmet" | "IronGorget" | "IronCuisses" | "IronGauntlets" | "IronHeater" | "SandstoneWall" | "SandstoneFlooring" | "SpiderSilk" | "AnimalFat" | "TallowTorch" | "ClayFlakes" | "GreenSand" | "OldInstructionalScroll" | "SlimeBall" | "SlimeGlue" | "CookedSpiderMeat" | "SpiderMeat" | "IronLockpick" | "RottingVegetation" | "Chives" | "IronHammer" | "IronSpear" | "IronShovel" | "IronDoubleAxe" | "IronPickaxe" | "Inkstick" | "Coconut" | "PalmLeaf" | "Offal" | "BoneFragments" | "LitPoleTorch" | "CottonBoll" | "CottonSeeds" | "CottonFabric" | "BonePole" | "Tourniquet" | "WroughtIronPickaxe" | "WroughtIronDoubleAxe" | "WroughtIronShovel" | "WroughtIronSpear" | "WroughtIronHammer" | "WroughtIronLockpick" | "WroughtIronShield" | "WroughtIronGauntlets" | "WroughtIronCuisses" | "WroughtIronGorget" | "WroughtIronHelmet" | "WroughtIronBoots" | "WroughtIronBreastplate" | "WroughtIronShortSword" | "WoodenWall" | "WoodenFlooring" | "WoodenDoor" | "FishingRod" | "MessageInABottle" | "CarbonPowder" | "PileOfCompost" | "FishGlue" | "WoodenShavings" | "GraniteDeadfall" | "Snare" | "WaterskinOfMedicinalWater" | "CharcoalBandage" | "WoodenTongs" | "WroughtIronTongs" | "SheetOfGlass" | "SolarStill" | "TinWaterStill" | "GraniteSundial" | "LitTallowTorch" | "Sinew" | "ShortBow" | "LongBow" | "CompositeBow" | "WaterskinOfPurifiedFreshWater" | "WaterskinOfUnpurifiedFreshWater" | "GlassBottle" | "Cork" | "GlassBottleOfSeawater" | "GlassBottleOfDesalinatedWater" | "GlassBottleOfMedicinalWater" | "GlassBottleOfPurifiedFreshWater" | "GlassBottleOfUnpurifiedFreshWater" | "WroughtIronArrow" | "IronArrow" | "GraniteBullet" | "WroughtIronBullet" | "IronBullet" | "LeatherQuiver" | "Ectoplasm" | "MagicalEssence" | "WoodenFence" | "CreatureIdol" | "CordedSling" | "LeatherSling" | "WroughtIronArrowhead" | "IronArrowhead" | "Hammock" | "CottonBedroll" | "FeatherBedroll" | "RawTaintedMeat" | "CookedTaintedMeat" | "GraniteKnife" | "RawBlindfish" | "CookedBlindfish" | "Pemmican" | "CookedPemmican" | "Sail" | "Sailboat" | "ChickenEgg" | "BoiledChickenEgg" | "SheafOfHay" | "Niter" | "Saltpeter" | "BlackPowder" | "FlintlockPistol" | "Giblets" | "ExplosiveTrap" | "SkeletalMageWand" | "RawClayJug" | "ClayJug" | "ClayJugOfSeawater" | "ClayJugOfDesalinatedWater" | "ClayJugOfMedicinalWater" | "ClayJugOfPurifiedFreshWater" | "ClayJugOfUnpurifiedFreshWater" | "RawClayBrick" | "ClayBrick" | "ClayWall" | "ClayFlooring" | "PineappleSeeds" | "RaspberrySeeds" | "PricklyPearSeeds" | "ClematisSeeds" | "PaperSheet" | "PaperMold" | "Beggarticks" | "MilkThistleFlowers" | "DrawnMap" | "TatteredClothShirt" | "TatteredClothTrousers" | "WoodenGate" | "PoisonIvyLeaves" | "PoisonIvySeeds" | "WroughtIronChest" | "IronChest" | "SwitchgrassSeeds" | "Apple" | "SpiderEggs" | "TailFeathers" | "AppleSeeds" | "VenomGland" | "OrnateWoodenChest" | "RollOfRedCarpet" | "OrnateCape" | "FireBladder" | "GoldenKey" | "WoodenShortSword" | "ClayKiln" | "ClayCampfire" | "ClayFurnace" | "CopperWaterStill" | "SandstoneCampfire" | "SandstoneFurnace" | "WroughtIronWaterStill" | "GraniteKiln" | "WroughtIronAnvil" | "IronAnvil" | "MageRobe" | "CrackedOrb" | "AnimalClaw" | "AnimalPelt" | "AnimalFur" | "Scales" | "SharkFin" | "RawReptileMeat" | "CookedReptileMeat" | "Tentacles" | "CookedTentacles" | "WormMeat" | "CookedWormMeat" | "GranitePickaxe" | "WroughtIronAxe" | "IronAxe" | "FertileSoil" | "GraniteHoe" | "WroughtIronHoe" | "IronHoe" | "LavaBeetleHelmet" | "SpruceCone" | "SpruceSeeds" | "SpruceNeedles" | "CypressCone" | "CypressSeeds" | "CypressLeaves" | "Lettuce" | "LettuceSeeds" | "ChiveSeeds" | "Potato" | "PotatoSeeds" | "Carrot" | "CarrotSeeds" | "CornEar" | "CornSeeds" | "Cucumber" | "CucumberSeeds" | "Tomato" | "TomatoSeeds" | "Pumpkin" | "PumpkinSeeds" | "PricklyPearFruit" | "SugarCaneStalks" | "SugarCaneSeeds" | "BushelOfWheat" | "Wheat" | "CookedPotato" | "CookedCornCob" | "BundleOfSwitchgrass" | "Cloak" | "WoodenMortarAndPestle" | "SandstoneMortarAndPestle" | "WroughtIronMortarAndPestle" | "IronMortarAndPestle" | "RawClayMortarAndPestle" | "ClayMortarAndPestle" | "CopperOre" | "SmeltedCopper" | "CopperPickaxe" | "CopperDoubleAxe" | "CopperShovel" | "CopperSpear" | "CopperHammer" | "CopperLockpick" | "CopperBuckler" | "CopperGauntlets" | "CopperGreaves" | "CopperGorget" | "CopperHelmet" | "CopperBoots" | "CopperCuirass" | "CopperShortSword" | "CopperTongs" | "CopperArrow" | "CopperBullet" | "CopperArrowhead" | "CopperChest" | "CopperAnvil" | "CopperAxe" | "CopperHoe" | "CopperMortarAndPestle" | "WaterskinOfGoatMilk" | "ClayJugOfGoatMilk" | "GlassBottleOfGoatMilk" | "Obsidian" | "OrnateBlueBook" | "Journal" | "MossCoveredBook" | "GildedRedBook" | "ArrowShaft" | "SlitherSucker" | "AberrantSlitherSucker" | "StrawHat" | "BlackplateSabatons" | "BlackplateBreastplate" | "BlackplateGauntlets" | "BlackplateGorget" | "BlackplateGreaves" | "BlackplateHelmet" | "DeathKnightAxe" | "Macuahuitl" | "ObsidianArrow" | "ObsidianArrowhead" | "ObsidianAxe" | "ObsidianKnife" | "ObsidianShovel" | "ObsidianSpear" | "TumbleweedSeeds" | "CoconutHusk" | "PeeledCoconut" | "CoconutMeat" | "CoconutContainerOfCoconutWater" | "CoconutContainer" | "CoconutContainerOfSeawater" | "CoconutContainerOfDesalinatedWater" | "CoconutContainerOfMedicinalWater" | "CoconutContainerOfPurifiedFreshWater" | "CoconutContainerOfUnpurifiedFreshWater" | "CoconutContainerOfGoatMilk" | "OldEducationalScroll" | "StrippedHide" | "ClaySandCastFlask" | "SandstoneSandCastFlask" | "GraniteSandCastFlask" | "BoneGlue" | "CutHide" | "BoneMeal" | "PileOfDesertSand" | "JoshuaTreeLeaves" | "JoshuaTreeFruit" | "JoshuaTreeSeeds" | "CookedJoshuaTreeFruit" | "JoshuaTreeFlowers" | "SaguaroCactusFruit" | "SaguaroCactusSeeds" | "SaguaroCactusChunk" | "GraniteWell" | "SandstoneWell" | "ClayWell" | "AloeVeraLeaves" | "AloeVeraSeeds" | "DeadScorpion" | "DeadAberrantScorpion" | "CookedScorpion" | "CookedAberrantScorpion" | "ScorpionStinger" | "CopperBakingTray" | "WroughtIronBakingTray" | "IronBakingTray" | "Flour" | "Dough" | "Hardtack" | "HitchingPost" | "ShreddedPaper" | "RawMudskipper" | "RawAberrantMudskipper" | "CookedMudskipper" | "CookedAberrantMudskipper" | "RawRedSnapper" | "CookedRedSnapper" | "RawWalleye" | "CookedWalleye" | "WoodenShield" | "CopperRefinementTools" | "WroughtIronRefinementTools" | "IronRefinementTools" | "ScaleBelt" | "ScaleVest" | "ScaleBoots" | "ScaleCap" | "ScaleBevor" | "ScaleLeggings" | "ScaleGloves" | "CookedJoshuaTreeFlowers" | "SaguaroCactusRibs" | "BladesOfGrass" | "AnimalDroppings" | "AnimalDung" | "Guano" | "Tallow" | "TallowCandle" | "LitTallowCandle" | "WispDust" | "MagicalAspect" | "GoldenSextant" | "RawChoppedFish" | "CookedChoppedFish" | "CookedFishKebab" | "AshCement" | "AshCementBrick" | "AshCementFlooring" | "AshCementWall" | "IceShard" | "PenguinEgg" | "BoiledPenguinEgg" | "RawPenguinMeat" | "CookedPenguinMeat" | "Crowberries" | "CookedCrowberries" | "CrowberrySeeds" | "Winterberries" | "WinterberrySeeds" | "ArcticPoppies" | "ArcticPoppySeeds" | "PirateHat" | "AloeVeraBandage" | "SharkTooth" | "CopperKnife" | "WroughtIronKnife" | "IronKnife" | "TinOre" | "SmeltedTin" | "TinPickaxe" | "TinDoubleAxe" | "TinShovel" | "TinSpear" | "TinHammer" | "TinLockpick" | "TinShield" | "TinGloves" | "TinChausses" | "TinBevor" | "TinHelmet" | "TinFootgear" | "TinCuirass" | "TinShortSword" | "TinTongs" | "TinArrow" | "TinBullet" | "TinArrowhead" | "TinChest" | "TinAnvil" | "TinAxe" | "TinHoe" | "TinMortarAndPestle" | "TinBakingTray" | "TinRefinementTools" | "TinKnife" | "SmeltedBronze" | "BronzePickaxe" | "BronzeDoubleAxe" | "BronzeShovel" | "BronzeSpear" | "BronzeHammer" | "BronzeLockpick" | "BronzeKiteShield" | "BronzeGauntlets" | "BronzeGreaves" | "BronzeBevor" | "BronzeHelmet" | "BronzeBoots" | "BronzeChestArmor" | "BronzeShortSword" | "BronzeTongs" | "BronzeArrow" | "BronzeBullet" | "BronzeArrowhead" | "BronzeChest" | "BronzeAnvil" | "BronzeAxe" | "BronzeHoe" | "BronzeMortarAndPestle" | "BronzeBakingTray" | "BronzeRefinementTools" | "BronzeKnife" | "IceBrick" | "SnowBrick" | "IceWall" | "IceFlooring" | "SnowWall" | "SnowFlooring" | "CaliginousScrap" | "MagicalExtract" | "ShimmeringFibers" | "MagicalTwine" | "SandstoneHammer" | "SandstoneBullet" | "SandstoneAnvil" | "SnowScarecrow" | "FrozenFlesh" | "AnimalTusk" | "WhitePineCone" | "WhitePineSeeds" | "WhitePineNeedles" | "FurCoat" | "FurMittens" | "FurBoots" | "BirdDroppings" | "HardenedCoil" | "MagicalBinding" | "ArmoredScales" | "RawPangolinMeat" | "CookedPangolinMeat" | "ArmoredScaleBelt" | "ArmoredScaleVest" | "ArmoredScaleBoots" | "ArmoredScaleCrown" | "ArmoredScaleBevor" | "ArmoredScaleCuisses" | "ArmoredScaleGloves" | "TinNeedle" | "CopperNeedle" | "WroughtIronNeedle" | "IronNeedle" | "BronzeNeedle" | "TuftsOfTanglehead" | "TangleheadSeeds" | "WispInAGlassBottle" | "AberrantWispInAGlassBottle" | "WispInAClayJug" | "AberrantWispInAClayJug" | "WispInACoconutContainer" | "AberrantWispInACoconutContainer" | "WispInAWaterskin" | "AberrantWispInAWaterskin" | "StrawScarecrow" | "CactusScarecrow" | "ClothShirt" | "ClothTrousers" | "UnripePapaya" | "Papaya" | "PapayaSeeds" | "PalapalaiFrond" | "PalapalaiSpores" | "ButtonMushroomSpores" | "FlyAmanitaSpores" | "BrambleCrown" | "DarkBrambleCrown" | "Cotton" | "WaterskinOfSwampWater" | "GlassBottleOfSwampWater" | "ClayJugOfSwampWater" | "CoconutContainerOfSwampWater" | "WaterskinOfFilteredWater" | "GlassBottleOfFilteredWater" | "ClayJugOfFilteredWater" | "CoconutContainerOfFilteredWater" | "ClayFilter" | "SandstoneAxe" | "SandstoneShovel" | "SharpSandstone" | "SmoothSandstone" | "SandstoneSpear" | "SandstoneKnife" | "SandstonePickaxe" | "SandstoneHoe" | "SandstoneDeadfall" | "SandstoneSundial" | "WoodenPlank" | "WoodenWheel" | "WoodenAxle" | "WoodenMinecart" | "WoodenRail" | "WoodenTrack" | "TinWheel" | "TinAxle" | "TinMinecart" | "TinRail" | "TinTrack" | "CopperWheel" | "CopperAxle" | "CopperMinecart" | "CopperRail" | "CopperTrack" | "WroughtIronWheel" | "WroughtIronAxle" | "WroughtIronMinecart" | "WroughtIronRail" | "WroughtIronTrack" | "IronWheel" | "IronAxle" | "IronMinecart" | "IronRail" | "IronTrack" | "BronzeWheel" | "BronzeAxle" | "BronzeMinecart" | "BronzeRail" | "BronzeTrack" | "BasaltArrow" | "BasaltArrowhead" | "Basalt" | "BasaltMortarAndPestle" | "BasaltAxe" | "BasaltShovel" | "SharpBasalt" | "SmoothBasalt" | "BasaltSpear" | "BasaltFlooring" | "BasaltWall" | "BasaltCampfire" | "BasaltFurnace" | "BasaltHammer" | "BasaltAnvil" | "BasaltDeadfall" | "IronWaterStill" | "BasaltSundial" | "BasaltBullet" | "BasaltKnife" | "BasaltKiln" | "BasaltPickaxe" | "BasaltHoe" | "BasaltSandCastFlask" | "BasaltWell" | "WoodenTrackGate" | "MoldyScroll" | "MysteriousParchment" | "MagicalInscription" | "CattailLeaves" | "CattailShoots" | "CattailFlowers" | "CattailSeeds" | "CobblestoneFlooring" | "WaterLilies" | "Mud" | "SpikerushSheaths" | "SpikerushSeeds" | "WoodenBookcase" | "GraniteLighthouse" | "SandstoneLighthouse" | "ClayLighthouse" | "BasaltLighthouse" | "WoodenCage" | "FullWoodenCage" | "TinCage" | "FullTinCage" | "CopperCage" | "FullCopperCage" | "WroughtIronCage" | "FullWroughtIronCage" | "IronCage" | "FullIronCage" | "BronzeCage" | "FullBronzeCage" | "Amber" | "Tourmaline" | "Topaz" | "Opal" | "Sapphire" | "WoodGolemFigure" | "ClayGolemFigure" | "GraniteGolemFigure" | "SandstoneGolemFigure" | "BasaltGolemFigure" | "AberrantWoodGolemFigure" | "AberrantClayGolemFigure" | "AberrantGraniteGolemFigure" | "AberrantSandstoneGolemFigure" | "AberrantBasaltGolemFigure" | "GraniteDripstone" | "SandstoneDripstone" | "BasaltDripstone" | "ClayDripstone" | "BronzeWaterStill" | "ArmorStand" | "RuneOfEvil" | "RuneOfChaos" | "RuneOfGood" | "GraniteAltar" | "WoodenWheelbarrow" | "TinWheelbarrow" | "CopperWheelbarrow" | "WroughtIronWheelbarrow" | "IronWheelbarrow" | "BronzeWheelbarrow" | "GraniteCrucible" | "SandstoneCrucible" | "BasaltCrucible" | "RawClayCrucible" | "ClayCrucible" | "SandstoneAltar" | "BasaltAltar" | "ClayAltar" | "PineResin" | "SpruceResin" | "CypressResin" | "Pitch" | "PitchGlue" | "MagicalOrb" | "RawAberrantCod" | "CookedAberrantCod" | "RawAberrantBlindfish" | "CookedAberrantBlindfish" | "RawAberrantRedSnapper" | "CookedAberrantRedSnapper" | "RawAberrantWalleye" | "CookedAberrantWalleye" | "FishBones" | "AnimalCartilage" | "GelatinPowder" | "Gelatin" | "Aspic" | "FruitCocktail" | "VegetableTerrine" | "TatteredClothBandana" | "ClothBandana" | "RustedScimitar" | "TricorneHat" | "SandstoneArrowhead" | "SandstoneArrow" | "ReedFlute" | "WoodenFlute" | "RawClayFlute" | "ClayFlute" | "BoneFlute" | "TinFlute" | "CopperFlute" | "WroughtIronFlute" | "IronFlute" | "BronzeFlute" | "StrippedLeather" | "ChickenEggshells" | "PenguinEggshells" | "MagicalMote" | "UnrefinedSugar" | "RefinedSugar" | "CandiedFruit" | "CandiedSugar" | "RawClayBakingTray" | "ClayBakingTray" | "GlassBakingTray" | "RawClayPan" | "ClayPan" | "GlassPan" | "TinPan" | "CopperPan" | "WroughtIronPan" | "IronPan" | "BronzePan" | "PumpkinPie" | "FruitPie" | "JackOLantern" | "DriedLeaves" | "Last">, [arg1: ActionArgument.Undefined, ActionArgument.ItemArrayNearby], [arg1: ActionArgument.Undefined, ActionArgument.ItemArrayNearby], [arg1: ActionArgument.Undefined, ActionArgument.ItemNearby], [arg1: ActionArgument.Undefined, ActionArgument.Boolean]], ActionType.Craft, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player>, void, ICraftCanUse, [ItemType, (Item[] | undefined)?, (Item[] | undefined)?, (Item | undefined)?, (boolean | undefined)?]>;
24
+ declare const _default: Action<[import("../argument/ActionArgumentEnum").default<ItemType, "Bow" | "None" | "String" | "HideGlue" | "AnimalSkull" | "GraniteArrow" | "GraniteArrowhead" | "PileOfAsh" | "BarkLeggings" | "BarkShield" | "BarkTunic" | "Bone" | "Branch" | "CactusSpines" | "Charcoal" | "GraniteFlooring" | "CookedMeat" | "Earthworm" | "Feather" | "Fertilizer" | "WaterskinOfSeawater" | "FirePlough" | "BeggartickSeeds" | "Fossil" | "GoldCoins" | "GoldenChalice" | "GoldenRing" | "GoldShortSword" | "GrassSeeds" | "IronOre" | "WoodenDowels" | "Granite" | "LeafBedroll" | "Hide" | "Leaves" | "Limestone" | "Log" | "GraniteMortarAndPestle" | "ButtonMushrooms" | "Nopal" | "Peat" | "Sandstone" | "PileOfGravel" | "PileOfBeachSand" | "WoodenArrow" | "GraniteAxe" | "Bandage" | "WovenFabric" | "CactusNeedle" | "GraniteShovel" | "WoodenSpear" | "Suture" | "Raft" | "RawMeat" | "Raspberries" | "FlyAmanita" | "Rope" | "MapleSeeds" | "Badderlocks" | "SharpGlass" | "SharpGranite" | "Skullcap" | "SmoothGranite" | "Soil" | "GraniteSpear" | "Stones" | "GraniteWall" | "StrippedBark" | "Leather" | "Tannin" | "MilkThistleSeeds" | "TreeBark" | "HoneyFungus" | "ClematisVine" | "Twigs" | "Waterskin" | "WoodenPole" | "PeatBandage" | "BowDrill" | "FishingNet" | "RawCod" | "CookedCod" | "GraniteCampfire" | "VineWhip" | "PileOfSnow" | "BarkTorch" | "LitBarkTorch" | "HandDrill" | "SmallBag" | "Shale" | "SharpenedBone" | "Grindstone" | "RawFishSteak" | "CookedFishSteak" | "WaterskinOfDesalinatedWater" | "BoatPaddle" | "BullBoat" | "RefinedSand" | "Spyglass" | "Retort" | "RawClay" | "RawClayBlowpipe" | "ClayBlowpipe" | "LeatherBelt" | "LeatherTunic" | "LeatherBoots" | "LeatherCap" | "LeatherGorget" | "LeatherPants" | "LeatherGloves" | "GraniteFurnace" | "SandstoneKiln" | "IronTongs" | "Talc" | "TalcumPowder" | "WoodenSandCastFlask" | "Lens" | "PlantRoots" | "Lockpick" | "BoneNeedle" | "Pineapple" | "TatteredMap" | "Coal" | "SmeltedWroughtIron" | "LimestonePowder" | "SmeltedIron" | "Backpack" | "RottenMeat" | "GraniteHammer" | "RawChicken" | "CookedChicken" | "GraniteAnvil" | "WoodenChest" | "IronShortSword" | "IronBreastplate" | "IronBoots" | "IronHelmet" | "IronGorget" | "IronCuisses" | "IronGauntlets" | "IronHeater" | "SandstoneWall" | "SandstoneFlooring" | "SpiderSilk" | "AnimalFat" | "TallowTorch" | "ClayFlakes" | "GreenSand" | "OldInstructionalScroll" | "SlimeBall" | "SlimeGlue" | "CookedSpiderMeat" | "SpiderMeat" | "IronLockpick" | "RottingVegetation" | "Chives" | "IronHammer" | "IronSpear" | "IronShovel" | "IronDoubleAxe" | "IronPickaxe" | "Inkstick" | "Coconut" | "PalmLeaf" | "Offal" | "BoneFragments" | "LitPoleTorch" | "CottonBoll" | "CottonSeeds" | "CottonFabric" | "BonePole" | "Tourniquet" | "WroughtIronPickaxe" | "WroughtIronDoubleAxe" | "WroughtIronShovel" | "WroughtIronSpear" | "WroughtIronHammer" | "WroughtIronLockpick" | "WroughtIronShield" | "WroughtIronGauntlets" | "WroughtIronCuisses" | "WroughtIronGorget" | "WroughtIronHelmet" | "WroughtIronBoots" | "WroughtIronBreastplate" | "WroughtIronShortSword" | "WoodenWall" | "WoodenFlooring" | "WoodenDoor" | "FishingRod" | "MessageInABottle" | "CarbonPowder" | "PileOfCompost" | "FishGlue" | "WoodenShavings" | "GraniteDeadfall" | "Snare" | "WaterskinOfMedicinalWater" | "CharcoalBandage" | "WoodenTongs" | "WroughtIronTongs" | "SheetOfGlass" | "SolarStill" | "TinWaterStill" | "GraniteSundial" | "LitTallowTorch" | "Sinew" | "ShortBow" | "LongBow" | "CompositeBow" | "WaterskinOfPurifiedFreshWater" | "WaterskinOfUnpurifiedFreshWater" | "GlassBottle" | "Cork" | "GlassBottleOfSeawater" | "GlassBottleOfDesalinatedWater" | "GlassBottleOfMedicinalWater" | "GlassBottleOfPurifiedFreshWater" | "GlassBottleOfUnpurifiedFreshWater" | "WroughtIronArrow" | "IronArrow" | "GraniteBullet" | "WroughtIronBullet" | "IronBullet" | "LeatherQuiver" | "Ectoplasm" | "MagicalEssence" | "WoodenFence" | "CreatureIdol" | "CordedSling" | "LeatherSling" | "WroughtIronArrowhead" | "IronArrowhead" | "Hammock" | "CottonBedroll" | "FeatherBedroll" | "RawTaintedMeat" | "CookedTaintedMeat" | "GraniteKnife" | "RawBlindfish" | "CookedBlindfish" | "Pemmican" | "CookedPemmican" | "Sail" | "Sailboat" | "ChickenEgg" | "BoiledChickenEgg" | "SheafOfHay" | "Niter" | "Saltpeter" | "BlackPowder" | "FlintlockPistol" | "Giblets" | "ExplosiveTrap" | "SkeletalMageWand" | "RawClayJug" | "ClayJug" | "ClayJugOfSeawater" | "ClayJugOfDesalinatedWater" | "ClayJugOfMedicinalWater" | "ClayJugOfPurifiedFreshWater" | "ClayJugOfUnpurifiedFreshWater" | "RawClayBrick" | "ClayBrick" | "ClayWall" | "ClayFlooring" | "PineappleSeeds" | "RaspberrySeeds" | "PricklyPearSeeds" | "ClematisSeeds" | "PaperSheet" | "PaperMold" | "Beggarticks" | "MilkThistleFlowers" | "DrawnMap" | "TatteredClothShirt" | "TatteredClothTrousers" | "WoodenGate" | "PoisonIvyLeaves" | "PoisonIvySeeds" | "WroughtIronChest" | "IronChest" | "SwitchgrassSeeds" | "Apple" | "SpiderEggs" | "TailFeathers" | "AppleSeeds" | "VenomGland" | "OrnateWoodenChest" | "RollOfRedCarpet" | "OrnateCape" | "FireBladder" | "GoldenKey" | "WoodenShortSword" | "ClayKiln" | "ClayCampfire" | "ClayFurnace" | "CopperWaterStill" | "SandstoneCampfire" | "SandstoneFurnace" | "WroughtIronWaterStill" | "GraniteKiln" | "WroughtIronAnvil" | "IronAnvil" | "MageRobe" | "CrackedOrb" | "AnimalClaw" | "AnimalPelt" | "AnimalFur" | "Scales" | "SharkFin" | "RawReptileMeat" | "CookedReptileMeat" | "Tentacles" | "CookedTentacles" | "WormMeat" | "CookedWormMeat" | "GranitePickaxe" | "WroughtIronAxe" | "IronAxe" | "FertileSoil" | "GraniteHoe" | "WroughtIronHoe" | "IronHoe" | "LavaBeetleHelmet" | "SpruceCone" | "SpruceSeeds" | "SpruceNeedles" | "CypressCone" | "CypressSeeds" | "CypressLeaves" | "Lettuce" | "LettuceSeeds" | "ChiveSeeds" | "Potato" | "PotatoSeeds" | "Carrot" | "CarrotSeeds" | "CornEar" | "CornSeeds" | "Cucumber" | "CucumberSeeds" | "Tomato" | "TomatoSeeds" | "Pumpkin" | "PumpkinSeeds" | "PricklyPearFruit" | "SugarCaneStalks" | "SugarCaneSeeds" | "BushelOfWheat" | "Wheat" | "CookedPotato" | "CookedCornCob" | "BundleOfSwitchgrass" | "Cloak" | "WoodenMortarAndPestle" | "SandstoneMortarAndPestle" | "WroughtIronMortarAndPestle" | "IronMortarAndPestle" | "RawClayMortarAndPestle" | "ClayMortarAndPestle" | "CopperOre" | "SmeltedCopper" | "CopperPickaxe" | "CopperDoubleAxe" | "CopperShovel" | "CopperSpear" | "CopperHammer" | "CopperLockpick" | "CopperBuckler" | "CopperGauntlets" | "CopperGreaves" | "CopperGorget" | "CopperHelmet" | "CopperBoots" | "CopperCuirass" | "CopperShortSword" | "CopperTongs" | "CopperArrow" | "CopperBullet" | "CopperArrowhead" | "CopperChest" | "CopperAnvil" | "CopperAxe" | "CopperHoe" | "CopperMortarAndPestle" | "WaterskinOfGoatMilk" | "ClayJugOfGoatMilk" | "GlassBottleOfGoatMilk" | "Obsidian" | "OrnateBlueBook" | "Journal" | "MossCoveredBook" | "GildedRedBook" | "ArrowShaft" | "SlitherSucker" | "AberrantSlitherSucker" | "StrawHat" | "BlackplateSabatons" | "BlackplateBreastplate" | "BlackplateGauntlets" | "BlackplateGorget" | "BlackplateGreaves" | "BlackplateHelmet" | "DeathKnightAxe" | "Macuahuitl" | "ObsidianArrow" | "ObsidianArrowhead" | "ObsidianAxe" | "ObsidianKnife" | "ObsidianShovel" | "ObsidianSpear" | "TumbleweedSeeds" | "CoconutHusk" | "PeeledCoconut" | "CoconutMeat" | "CoconutContainerOfCoconutWater" | "CoconutContainer" | "CoconutContainerOfSeawater" | "CoconutContainerOfDesalinatedWater" | "CoconutContainerOfMedicinalWater" | "CoconutContainerOfPurifiedFreshWater" | "CoconutContainerOfUnpurifiedFreshWater" | "CoconutContainerOfGoatMilk" | "OldEducationalScroll" | "StrippedHide" | "ClaySandCastFlask" | "SandstoneSandCastFlask" | "GraniteSandCastFlask" | "BoneGlue" | "CutHide" | "BoneMeal" | "PileOfDesertSand" | "JoshuaTreeLeaves" | "JoshuaTreeFruit" | "JoshuaTreeSeeds" | "CookedJoshuaTreeFruit" | "JoshuaTreeFlowers" | "SaguaroCactusFruit" | "SaguaroCactusSeeds" | "SaguaroCactusChunk" | "GraniteWell" | "SandstoneWell" | "ClayWell" | "AloeVeraLeaves" | "AloeVeraSeeds" | "DeadScorpion" | "DeadAberrantScorpion" | "CookedScorpion" | "CookedAberrantScorpion" | "ScorpionStinger" | "CopperBakingTray" | "WroughtIronBakingTray" | "IronBakingTray" | "Flour" | "Dough" | "Hardtack" | "HitchingPost" | "ShreddedPaper" | "RawMudskipper" | "RawAberrantMudskipper" | "CookedMudskipper" | "CookedAberrantMudskipper" | "RawRedSnapper" | "CookedRedSnapper" | "RawWalleye" | "CookedWalleye" | "WoodenShield" | "CopperRefinementTools" | "WroughtIronRefinementTools" | "IronRefinementTools" | "ScaleBelt" | "ScaleVest" | "ScaleBoots" | "ScaleCap" | "ScaleBevor" | "ScaleLeggings" | "ScaleGloves" | "CookedJoshuaTreeFlowers" | "SaguaroCactusRibs" | "BladesOfGrass" | "AnimalDroppings" | "AnimalDung" | "Guano" | "Tallow" | "TallowCandle" | "LitTallowCandle" | "WispDust" | "MagicalAspect" | "GoldenSextant" | "RawChoppedFish" | "CookedChoppedFish" | "CookedFishKebab" | "AshCement" | "AshCementBrick" | "AshCementFlooring" | "AshCementWall" | "IceShard" | "PenguinEgg" | "BoiledPenguinEgg" | "RawPenguinMeat" | "CookedPenguinMeat" | "Crowberries" | "CookedCrowberries" | "CrowberrySeeds" | "Winterberries" | "WinterberrySeeds" | "ArcticPoppies" | "ArcticPoppySeeds" | "PirateHat" | "AloeVeraBandage" | "SharkTooth" | "CopperKnife" | "WroughtIronKnife" | "IronKnife" | "TinOre" | "SmeltedTin" | "TinPickaxe" | "TinDoubleAxe" | "TinShovel" | "TinSpear" | "TinHammer" | "TinLockpick" | "TinShield" | "TinGloves" | "TinChausses" | "TinBevor" | "TinHelmet" | "TinFootgear" | "TinCuirass" | "TinShortSword" | "TinTongs" | "TinArrow" | "TinBullet" | "TinArrowhead" | "TinChest" | "TinAnvil" | "TinAxe" | "TinHoe" | "TinMortarAndPestle" | "TinBakingTray" | "TinRefinementTools" | "TinKnife" | "SmeltedBronze" | "BronzePickaxe" | "BronzeDoubleAxe" | "BronzeShovel" | "BronzeSpear" | "BronzeHammer" | "BronzeLockpick" | "BronzeKiteShield" | "BronzeGauntlets" | "BronzeGreaves" | "BronzeBevor" | "BronzeHelmet" | "BronzeBoots" | "BronzeChestArmor" | "BronzeShortSword" | "BronzeTongs" | "BronzeArrow" | "BronzeBullet" | "BronzeArrowhead" | "BronzeChest" | "BronzeAnvil" | "BronzeAxe" | "BronzeHoe" | "BronzeMortarAndPestle" | "BronzeBakingTray" | "BronzeRefinementTools" | "BronzeKnife" | "IceBrick" | "SnowBrick" | "IceWall" | "IceFlooring" | "SnowWall" | "SnowFlooring" | "CaliginousScrap" | "MagicalExtract" | "ShimmeringFibers" | "MagicalTwine" | "SandstoneHammer" | "SandstoneBullet" | "SandstoneAnvil" | "SnowScarecrow" | "FrozenFlesh" | "AnimalTusk" | "WhitePineCone" | "WhitePineSeeds" | "WhitePineNeedles" | "FurCoat" | "FurMittens" | "FurBoots" | "BirdDroppings" | "HardenedCoil" | "MagicalBinding" | "ArmoredScales" | "RawPangolinMeat" | "CookedPangolinMeat" | "ArmoredScaleBelt" | "ArmoredScaleVest" | "ArmoredScaleBoots" | "ArmoredScaleCrown" | "ArmoredScaleBevor" | "ArmoredScaleCuisses" | "ArmoredScaleGloves" | "TinNeedle" | "CopperNeedle" | "WroughtIronNeedle" | "IronNeedle" | "BronzeNeedle" | "TuftsOfTanglehead" | "TangleheadSeeds" | "WispInAGlassBottle" | "AberrantWispInAGlassBottle" | "WispInAClayJug" | "AberrantWispInAClayJug" | "WispInACoconutContainer" | "AberrantWispInACoconutContainer" | "WispInAWaterskin" | "AberrantWispInAWaterskin" | "StrawScarecrow" | "CactusScarecrow" | "ClothShirt" | "ClothTrousers" | "UnripePapaya" | "Papaya" | "PapayaSeeds" | "PalapalaiFrond" | "PalapalaiSpores" | "ButtonMushroomSpores" | "FlyAmanitaSpores" | "BrambleCrown" | "DarkBrambleCrown" | "Cotton" | "WaterskinOfSwampWater" | "GlassBottleOfSwampWater" | "ClayJugOfSwampWater" | "CoconutContainerOfSwampWater" | "WaterskinOfFilteredWater" | "GlassBottleOfFilteredWater" | "ClayJugOfFilteredWater" | "CoconutContainerOfFilteredWater" | "ClayFilter" | "SandstoneAxe" | "SandstoneShovel" | "SharpSandstone" | "SmoothSandstone" | "SandstoneSpear" | "SandstoneKnife" | "SandstonePickaxe" | "SandstoneHoe" | "SandstoneDeadfall" | "SandstoneSundial" | "WoodenPlank" | "WoodenWheel" | "WoodenAxle" | "WoodenMinecart" | "WoodenRail" | "WoodenTrack" | "TinWheel" | "TinAxle" | "TinMinecart" | "TinRail" | "TinTrack" | "CopperWheel" | "CopperAxle" | "CopperMinecart" | "CopperRail" | "CopperTrack" | "WroughtIronWheel" | "WroughtIronAxle" | "WroughtIronMinecart" | "WroughtIronRail" | "WroughtIronTrack" | "IronWheel" | "IronAxle" | "IronMinecart" | "IronRail" | "IronTrack" | "BronzeWheel" | "BronzeAxle" | "BronzeMinecart" | "BronzeRail" | "BronzeTrack" | "BasaltArrow" | "BasaltArrowhead" | "Basalt" | "BasaltMortarAndPestle" | "BasaltAxe" | "BasaltShovel" | "SharpBasalt" | "SmoothBasalt" | "BasaltSpear" | "BasaltFlooring" | "BasaltWall" | "BasaltCampfire" | "BasaltFurnace" | "BasaltHammer" | "BasaltAnvil" | "BasaltDeadfall" | "IronWaterStill" | "BasaltSundial" | "BasaltBullet" | "BasaltKnife" | "BasaltKiln" | "BasaltPickaxe" | "BasaltHoe" | "BasaltSandCastFlask" | "BasaltWell" | "WoodenTrackGate" | "MoldyScroll" | "MysteriousParchment" | "MagicalInscription" | "CattailLeaves" | "CattailShoots" | "CattailFlowers" | "CattailSeeds" | "CobblestoneFlooring" | "WaterLilies" | "Mud" | "SpikerushSheaths" | "SpikerushSeeds" | "WoodenBookcase" | "GraniteLighthouse" | "SandstoneLighthouse" | "ClayLighthouse" | "BasaltLighthouse" | "WoodenCage" | "FullWoodenCage" | "TinCage" | "FullTinCage" | "CopperCage" | "FullCopperCage" | "WroughtIronCage" | "FullWroughtIronCage" | "IronCage" | "FullIronCage" | "BronzeCage" | "FullBronzeCage" | "Amber" | "Tourmaline" | "Topaz" | "Opal" | "Sapphire" | "WoodGolemFigure" | "ClayGolemFigure" | "GraniteGolemFigure" | "SandstoneGolemFigure" | "BasaltGolemFigure" | "AberrantWoodGolemFigure" | "AberrantClayGolemFigure" | "AberrantGraniteGolemFigure" | "AberrantSandstoneGolemFigure" | "AberrantBasaltGolemFigure" | "GraniteDripstone" | "SandstoneDripstone" | "BasaltDripstone" | "ClayDripstone" | "BronzeWaterStill" | "ArmorStand" | "RuneOfEvil" | "RuneOfChaos" | "RuneOfGood" | "GraniteAltar" | "WoodenWheelbarrow" | "TinWheelbarrow" | "CopperWheelbarrow" | "WroughtIronWheelbarrow" | "IronWheelbarrow" | "BronzeWheelbarrow" | "GraniteCrucible" | "SandstoneCrucible" | "BasaltCrucible" | "RawClayCrucible" | "ClayCrucible" | "SandstoneAltar" | "BasaltAltar" | "ClayAltar" | "PineResin" | "SpruceResin" | "CypressResin" | "Pitch" | "PitchGlue" | "MagicalOrb" | "RawAberrantCod" | "CookedAberrantCod" | "RawAberrantBlindfish" | "CookedAberrantBlindfish" | "RawAberrantRedSnapper" | "CookedAberrantRedSnapper" | "RawAberrantWalleye" | "CookedAberrantWalleye" | "FishBones" | "AnimalCartilage" | "GelatinPowder" | "Gelatin" | "Aspic" | "FruitCocktail" | "VegetableTerrine" | "TatteredClothBandana" | "ClothBandana" | "RustedScimitar" | "TricorneHat" | "SandstoneArrowhead" | "SandstoneArrow" | "ReedFlute" | "WoodenFlute" | "RawClayFlute" | "ClayFlute" | "BoneFlute" | "TinFlute" | "CopperFlute" | "WroughtIronFlute" | "IronFlute" | "BronzeFlute" | "StrippedLeather" | "ChickenEggshells" | "PenguinEggshells" | "MagicalMote" | "UnrefinedSugar" | "RefinedSugar" | "CandiedFruit" | "CandiedSugar" | "RawClayBakingTray" | "ClayBakingTray" | "GlassBakingTray" | "RawClayPan" | "ClayPan" | "GlassPan" | "TinPan" | "CopperPan" | "WroughtIronPan" | "IronPan" | "BronzePan" | "PumpkinPie" | "FruitPie" | "JackOLantern" | "DriedLeaves" | "Last">, [arg1: ActionArgument.Undefined, ActionArgument.ItemArrayNearby], [arg1: ActionArgument.Undefined, ActionArgument.ItemArrayNearby], [arg1: ActionArgument.Undefined, ActionArgument.ItemNearby], [arg1: ActionArgument.Undefined, ActionArgument.Boolean]], ActionType.Craft, import("../../Human").default<unknown, number, import("../../../reference/IReferenceManager").ReferenceType.NPC | import("../../../reference/IReferenceManager").ReferenceType.Player, unknown>, void, ICraftCanUse, [ItemType, (Item[] | undefined)?, (Item[] | undefined)?, (Item | undefined)?, (boolean | undefined)?]>;
25
25
  export default _default;